Title: [251791] trunk/Source/WebKit
Revision
251791
Author
cdu...@apple.com
Date
2019-10-30 12:11:15 -0700 (Wed, 30 Oct 2019)

Log Message

Unreviewed, fix WatchOS build after r251778.

* UIProcess/WebProcessProxy.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (251790 => 251791)


--- trunk/Source/WebKit/ChangeLog	2019-10-30 18:54:56 UTC (rev 251790)
+++ trunk/Source/WebKit/ChangeLog	2019-10-30 19:11:15 UTC (rev 251791)
@@ -1,5 +1,11 @@
 2019-10-30  Chris Dumez  <cdu...@apple.com>
 
+        Unreviewed, fix WatchOS build after r251778.
+
+        * UIProcess/WebProcessProxy.h:
+
+2019-10-30  Chris Dumez  <cdu...@apple.com>
+
         WKFrameIsDisplayingMarkupDocument() should return true after a window.open/document.write
         https://bugs.webkit.org/show_bug.cgi?id=203587
         <rdar://problem/56717726>

Modified: trunk/Source/WebKit/UIProcess/WebProcessProxy.h (251790 => 251791)


--- trunk/Source/WebKit/UIProcess/WebProcessProxy.h	2019-10-30 18:54:56 UTC (rev 251790)
+++ trunk/Source/WebKit/UIProcess/WebProcessProxy.h	2019-10-30 19:11:15 UTC (rev 251791)
@@ -512,7 +512,7 @@
     bool m_hasAudibleWebPage { false };
 
 #if PLATFORM(WATCHOS)
-    std::unique_ptr<ProcessThrottler::BackgroundActivityToken> m_backgroundActivityForFullscreenFormControls;
+    std::unique_ptr<ProcessThrottler::BackgroundActivity> m_backgroundActivityForFullscreenFormControls;
 #endif
 
 #if PLATFORM(COCOA)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to