Title: [126407] trunk/Source/WebCore
Revision
126407
Author
[email protected]
Date
2012-08-23 01:50:04 -0700 (Thu, 23 Aug 2012)

Log Message

Unreviewed. Build fix for r126399.

* bindings/v8/ScriptInstance.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (126406 => 126407)


--- trunk/Source/WebCore/ChangeLog	2012-08-23 08:47:11 UTC (rev 126406)
+++ trunk/Source/WebCore/ChangeLog	2012-08-23 08:50:04 UTC (rev 126407)
@@ -1,3 +1,9 @@
+2012-08-23  Kentaro Hara  <[email protected]>
+
+        Unreviewed. Build fix for r126399.
+
+        * bindings/v8/ScriptInstance.cpp:
+
 2012-08-23  Pavel Feldman  <[email protected]>
 
         Web Inspector: treat 0 cookies as "no cookies" and render it accordingly in the UI

Modified: trunk/Source/WebCore/bindings/v8/ScriptInstance.cpp (126406 => 126407)


--- trunk/Source/WebCore/bindings/v8/ScriptInstance.cpp	2012-08-23 08:47:11 UTC (rev 126406)
+++ trunk/Source/WebCore/bindings/v8/ScriptInstance.cpp	2012-08-23 08:50:04 UTC (rev 126407)
@@ -31,6 +31,7 @@
 #include "config.h"
 #include "ScriptInstance.h"
 
+#include "V8GCController.h"
 #include <wtf/Assertions.h>
 
 namespace WebCore {
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to