Title: [87182] trunk/Source/WebCore
Revision
87182
Author
[email protected]
Date
2011-05-24 12:03:46 -0700 (Tue, 24 May 2011)

Log Message

Leopard build fix

* bridge/runtime_root.cpp: Added a missing #include.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (87181 => 87182)


--- trunk/Source/WebCore/ChangeLog	2011-05-24 18:57:27 UTC (rev 87181)
+++ trunk/Source/WebCore/ChangeLog	2011-05-24 19:03:46 UTC (rev 87182)
@@ -1,3 +1,9 @@
+2011-05-24  Adam Roben  <[email protected]>
+
+        Leopard build fix
+
+        * bridge/runtime_root.cpp: Added a missing #include.
+
 2011-05-24  Jian Li  <[email protected]>
 
         Reviewed by Kenneth Russell.

Modified: trunk/Source/WebCore/bridge/runtime_root.cpp (87181 => 87182)


--- trunk/Source/WebCore/bridge/runtime_root.cpp	2011-05-24 18:57:27 UTC (rev 87181)
+++ trunk/Source/WebCore/bridge/runtime_root.cpp	2011-05-24 19:03:46 UTC (rev 87182)
@@ -28,6 +28,7 @@
 
 #include "BridgeJSC.h"
 #include "runtime_object.h"
+#include <_javascript_Core/Weak.h>
 #include <runtime/JSGlobalObject.h>
 #include <wtf/HashCountedSet.h>
 #include <wtf/HashSet.h>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to