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

Log Message

2011-05-24  Leandro Pereira  <[email protected]>

        [EFL] Build fix.

        * bridge/runtime_root.cpp: Include <heap/Weak.h> instead of
        <_javascript_Core/Weak.h>.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (87191 => 87192)


--- trunk/Source/WebCore/ChangeLog	2011-05-24 19:51:54 UTC (rev 87191)
+++ trunk/Source/WebCore/ChangeLog	2011-05-24 20:03:50 UTC (rev 87192)
@@ -1,3 +1,10 @@
+2011-05-24  Leandro Pereira  <[email protected]>
+
+        [EFL] Build fix.
+
+        * bridge/runtime_root.cpp: Include <heap/Weak.h> instead of
+        <_javascript_Core/Weak.h>.
+
 2011-05-24  Jay Civelli  <[email protected]>
 
         Reviewed by Adam Barth.

Modified: trunk/Source/WebCore/bridge/runtime_root.cpp (87191 => 87192)


--- trunk/Source/WebCore/bridge/runtime_root.cpp	2011-05-24 19:51:54 UTC (rev 87191)
+++ trunk/Source/WebCore/bridge/runtime_root.cpp	2011-05-24 20:03:50 UTC (rev 87192)
@@ -28,7 +28,7 @@
 
 #include "BridgeJSC.h"
 #include "runtime_object.h"
-#include <_javascript_Core/Weak.h>
+#include <heap/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