Title: [115381] trunk/Source/WebCore
Revision
115381
Author
[email protected]
Date
2012-04-26 15:36:34 -0700 (Thu, 26 Apr 2012)

Log Message

Don't include V8Proxy.h in ScriptValue.h when V8GCController is all that's required
https://bugs.webkit.org/show_bug.cgi?id=84986

Reviewed by Kentaro Hara.

This makes it easier to include ScriptValue.h since it greatly reduces
that header's dependencies.

* bindings/v8/ScriptValue.h: Changed to include just V8GCController.h and
removed comment which is redundant with explicit V8GCController references nearby.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (115380 => 115381)


--- trunk/Source/WebCore/ChangeLog	2012-04-26 22:34:15 UTC (rev 115380)
+++ trunk/Source/WebCore/ChangeLog	2012-04-26 22:36:34 UTC (rev 115381)
@@ -1,3 +1,16 @@
+2012-04-26  Adam Klein  <[email protected]>
+
+        Don't include V8Proxy.h in ScriptValue.h when V8GCController is all that's required
+        https://bugs.webkit.org/show_bug.cgi?id=84986
+
+        Reviewed by Kentaro Hara.
+
+        This makes it easier to include ScriptValue.h since it greatly reduces
+        that header's dependencies.
+
+        * bindings/v8/ScriptValue.h: Changed to include just V8GCController.h and
+        removed comment which is redundant with explicit V8GCController references nearby.
+
 2012-04-26  Aaron Colwell  <[email protected]>
 
         Fix missing sourceState change on MEDIA_ERR_SOURCE_NOT_SUPPORTED error.

Modified: trunk/Source/WebCore/bindings/v8/ScriptValue.h (115380 => 115381)


--- trunk/Source/WebCore/bindings/v8/ScriptValue.h	2012-04-26 22:34:15 UTC (rev 115380)
+++ trunk/Source/WebCore/bindings/v8/ScriptValue.h	2012-04-26 22:36:34 UTC (rev 115381)
@@ -40,7 +40,7 @@
 #include <wtf/Vector.h>
 
 #ifndef NDEBUG
-#include "V8Proxy.h"  // for register and unregister global handles.
+#include "V8GCController.h"
 #endif
 
 namespace WTF {
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to