Title: [182887] trunk/Source/WebCore
Revision
182887
Author
cdu...@apple.com
Date
2015-04-16 08:18:52 -0700 (Thu, 16 Apr 2015)

Log Message

Unreviewed attempt to fix Windows build after r182881.

Add missing header include.

* page/PageConsoleClient.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (182886 => 182887)


--- trunk/Source/WebCore/ChangeLog	2015-04-16 13:55:08 UTC (rev 182886)
+++ trunk/Source/WebCore/ChangeLog	2015-04-16 15:18:52 UTC (rev 182887)
@@ -1,5 +1,13 @@
 2015-04-16  Chris Dumez  <cdu...@apple.com>
 
+        Unreviewed attempt to fix Windows build after r182881.
+
+        Add missing header include.
+
+        * page/PageConsoleClient.h:
+
+2015-04-16  Chris Dumez  <cdu...@apple.com>
+
         Tests introduced in r182877 are flaky
         https://bugs.webkit.org/show_bug.cgi?id=143784
 

Modified: trunk/Source/WebCore/page/PageConsoleClient.h (182886 => 182887)


--- trunk/Source/WebCore/page/PageConsoleClient.h	2015-04-16 13:55:08 UTC (rev 182886)
+++ trunk/Source/WebCore/page/PageConsoleClient.h	2015-04-16 15:18:52 UTC (rev 182887)
@@ -30,12 +30,12 @@
 #define PageConsoleClient_h
 
 #include <inspector/ScriptCallStack.h>
+#include <profiler/Profile.h>
 #include <runtime/ConsoleClient.h>
 #include <wtf/Forward.h>
 
 namespace JSC {
 class ExecState;
-class Profile;
 }
 
 namespace WebCore {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to