Title: [256801] trunk/Source/WebCore
Revision
256801
Author
you...@apple.com
Date
2020-02-17 17:35:59 -0800 (Mon, 17 Feb 2020)

Log Message

WebSocketChannelInspector.cpp should include ProgressTracker.h
https://bugs.webkit.org/show_bug.cgi?id=207862

Unreviewed, build fix.


* Modules/websockets/WebSocketChannelInspector.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (256800 => 256801)


--- trunk/Source/WebCore/ChangeLog	2020-02-18 01:21:57 UTC (rev 256800)
+++ trunk/Source/WebCore/ChangeLog	2020-02-18 01:35:59 UTC (rev 256801)
@@ -1,3 +1,12 @@
+2020-02-17  Youenn Fablet  <you...@apple.com>
+
+        WebSocketChannelInspector.cpp should include ProgressTracker.h
+        https://bugs.webkit.org/show_bug.cgi?id=207862
+
+        Unreviewed, build fix.
+
+        * Modules/websockets/WebSocketChannelInspector.cpp:
+
 2020-02-17  Mark Lam  <mark....@apple.com>
 
         getVTablePointer() should return a const void*.

Modified: trunk/Source/WebCore/Modules/websockets/WebSocketChannelInspector.cpp (256800 => 256801)


--- trunk/Source/WebCore/Modules/websockets/WebSocketChannelInspector.cpp	2020-02-18 01:21:57 UTC (rev 256800)
+++ trunk/Source/WebCore/Modules/websockets/WebSocketChannelInspector.cpp	2020-02-18 01:35:59 UTC (rev 256801)
@@ -29,6 +29,7 @@
 #include "Document.h"
 #include "InspectorInstrumentation.h"
 #include "Page.h"
+#include "ProgressTracker.h"
 
 namespace WebCore {
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to