Title: [125017] trunk/Source/WebCore
Revision
125017
Author
[email protected]
Date
2012-08-08 03:38:18 -0700 (Wed, 08 Aug 2012)

Log Message

'class WrapperTypeInfo' should be 'struct WrapperTypeInfo'

Unreviewed. Build fix for r125015.

* bindings/v8/V8BindingPerIsolateData.h:
(WebCore):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (125016 => 125017)


--- trunk/Source/WebCore/ChangeLog	2012-08-08 10:22:02 UTC (rev 125016)
+++ trunk/Source/WebCore/ChangeLog	2012-08-08 10:38:18 UTC (rev 125017)
@@ -1,3 +1,12 @@
+2012-08-08  Kentaro Hara  <[email protected]>
+
+        'class WrapperTypeInfo' should be 'struct WrapperTypeInfo'
+
+        Unreviewed. Build fix for r125015.
+
+        * bindings/v8/V8BindingPerIsolateData.h:
+        (WebCore):
+
 2012-08-08  Matt Arsenault  <[email protected]>
 
         Crash when inspecting an element with border-image

Modified: trunk/Source/WebCore/bindings/v8/V8BindingPerIsolateData.h (125016 => 125017)


--- trunk/Source/WebCore/bindings/v8/V8BindingPerIsolateData.h	2012-08-08 10:22:02 UTC (rev 125016)
+++ trunk/Source/WebCore/bindings/v8/V8BindingPerIsolateData.h	2012-08-08 10:38:18 UTC (rev 125017)
@@ -39,7 +39,7 @@
 class MemoryObjectInfo;
 class StringCache;
 class V8HiddenPropertyName;
-class WrapperTypeInfo;
+struct WrapperTypeInfo;
 
 #if ENABLE(INSPECTOR)
 class ExternalStringVisitor;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to