Title: [122474] trunk/Source/WebCore
Revision
122474
Author
[email protected]
Date
2012-07-12 10:07:16 -0700 (Thu, 12 Jul 2012)

Log Message

Unreviewed. Build fix for r122462.

* platform/qt/MemoryUsageSupportQt.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (122473 => 122474)


--- trunk/Source/WebCore/ChangeLog	2012-07-12 17:01:59 UTC (rev 122473)
+++ trunk/Source/WebCore/ChangeLog	2012-07-12 17:07:16 UTC (rev 122474)
@@ -1,3 +1,9 @@
+2012-07-12  Allan Sandfeld Jensen  <[email protected]>
+
+        Unreviewed. Build fix for r122462.
+
+        * platform/qt/MemoryUsageSupportQt.cpp:
+
 2012-07-12  Vsevolod Vlasov  <[email protected]>
 
         Web Inspector: Remove resources panel edited resources search support.

Modified: trunk/Source/WebCore/platform/qt/MemoryUsageSupportQt.cpp (122473 => 122474)


--- trunk/Source/WebCore/platform/qt/MemoryUsageSupportQt.cpp	2012-07-12 17:01:59 UTC (rev 122473)
+++ trunk/Source/WebCore/platform/qt/MemoryUsageSupportQt.cpp	2012-07-12 17:07:16 UTC (rev 122474)
@@ -22,7 +22,7 @@
 #include "MemoryUsageSupport.h"
 
 #include "JSDOMWindow.h"
-#include <_javascript_Core/MemoryStatistics.h>
+#include <runtime/MemoryStatistics.h>
 #include <wtf/FastMalloc.h>
 
 #if OS(LINUX)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to