Title: [87188] trunk/Source/WebCore
Revision
87188
Author
gga...@apple.com
Date
2011-05-24 12:24:33 -0700 (Tue, 24 May 2011)

Log Message

Try to fix some builds: #include Weak.h for Weak<T>.

* bridge/runtime_root.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (87187 => 87188)


--- trunk/Source/WebCore/ChangeLog	2011-05-24 19:23:17 UTC (rev 87187)
+++ trunk/Source/WebCore/ChangeLog	2011-05-24 19:24:33 UTC (rev 87188)
@@ -1,3 +1,9 @@
+2011-05-24  Geoffrey Garen  <gga...@apple.com>
+
+        Try to fix some builds: #include Weak.h for Weak<T>.
+
+        * bridge/runtime_root.h:
+
 2011-05-24  Sam Weinig  <s...@webkit.org>
 
         Reviewed by Beth Dakin.

Modified: trunk/Source/WebCore/bridge/runtime_root.h (87187 => 87188)


--- trunk/Source/WebCore/bridge/runtime_root.h	2011-05-24 19:23:17 UTC (rev 87187)
+++ trunk/Source/WebCore/bridge/runtime_root.h	2011-05-24 19:24:33 UTC (rev 87188)
@@ -30,8 +30,7 @@
 #include "jni_jsobject.h"
 #endif
 #include <heap/Strong.h>
-
-#include <_javascript_Core/HandleHeap.h>
+#include <heap/Weak.h>
 #include <wtf/Forward.h>
 #include <wtf/HashCountedSet.h>
 #include <wtf/HashSet.h>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to