Title: [137732] trunk/Source/WebCore
Revision
137732
Author
[email protected]
Date
2012-12-14 01:30:22 -0800 (Fri, 14 Dec 2012)

Log Message

Unreviewed. Windows compilation fix after r137728.

* inspector/InspectorAllInOne.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (137731 => 137732)


--- trunk/Source/WebCore/ChangeLog	2012-12-14 09:23:22 UTC (rev 137731)
+++ trunk/Source/WebCore/ChangeLog	2012-12-14 09:30:22 UTC (rev 137732)
@@ -1,3 +1,9 @@
+2012-12-14  Yury Semikhatsky  <[email protected]>
+
+        Unreviewed. Windows compilation fix after r137728.
+
+        * inspector/InspectorAllInOne.cpp:
+
 2012-12-14  Shinya Kawanaka  <[email protected]>
 
         [Shadow DOM] ShadowRoot.getElementById() should work outside document.

Modified: trunk/Source/WebCore/inspector/InspectorAllInOne.cpp (137731 => 137732)


--- trunk/Source/WebCore/inspector/InspectorAllInOne.cpp	2012-12-14 09:23:22 UTC (rev 137731)
+++ trunk/Source/WebCore/inspector/InspectorAllInOne.cpp	2012-12-14 09:30:22 UTC (rev 137732)
@@ -29,6 +29,7 @@
 #include "ContentSearchUtils.cpp"
 #include "DOMEditor.cpp"
 #include "DOMPatchSupport.cpp"
+#include "HeapGraphSerializer.cpp"
 #include "IdentifiersFactory.cpp"
 #include "InjectedScript.cpp"
 #include "InjectedScriptBase.cpp"
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to