Title: [227069] trunk/Source/WebCore
Revision
227069
Author
[email protected]
Date
2018-01-17 09:36:19 -0800 (Wed, 17 Jan 2018)

Log Message

Page.cpp only sees forward declaration of ApplicationStateChangeListener when ENABLE(VIDEO) is off
https://bugs.webkit.org/show_bug.cgi?id=181713

Patch by Stephan Szabo <[email protected]> on 2018-01-17
Reviewed by Darin Adler.

No new tests (build fix).

* page/Page.cpp: Add include for ApplicationStateChangeListener

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (227068 => 227069)


--- trunk/Source/WebCore/ChangeLog	2018-01-17 17:07:43 UTC (rev 227068)
+++ trunk/Source/WebCore/ChangeLog	2018-01-17 17:36:19 UTC (rev 227069)
@@ -1,3 +1,14 @@
+2018-01-17  Stephan Szabo  <[email protected]>
+
+        Page.cpp only sees forward declaration of ApplicationStateChangeListener when ENABLE(VIDEO) is off
+        https://bugs.webkit.org/show_bug.cgi?id=181713
+
+        Reviewed by Darin Adler.
+
+        No new tests (build fix).
+
+        * page/Page.cpp: Add include for ApplicationStateChangeListener
+
 2018-01-17  Wenson Hsieh  <[email protected]>
 
         Add injected bundle SPI to replace subresource URLs when dropping or pasting rich content

Modified: trunk/Source/WebCore/page/Page.cpp (227068 => 227069)


--- trunk/Source/WebCore/page/Page.cpp	2018-01-17 17:07:43 UTC (rev 227068)
+++ trunk/Source/WebCore/page/Page.cpp	2018-01-17 17:36:19 UTC (rev 227069)
@@ -23,6 +23,7 @@
 #include "ActivityStateChangeObserver.h"
 #include "AlternativeTextClient.h"
 #include "ApplicationCacheStorage.h"
+#include "ApplicationStateChangeListener.h"
 #include "BackForwardClient.h"
 #include "BackForwardController.h"
 #include "CSSAnimationController.h"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to