Title: [243395] trunk/Source/WebKit
Revision
243395
Author
cdu...@apple.com
Date
2019-03-22 11:49:04 -0700 (Fri, 22 Mar 2019)

Log Message

Unreviewed build fix after r243388.

* WebProcess/WebProcess.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (243394 => 243395)


--- trunk/Source/WebKit/ChangeLog	2019-03-22 18:19:39 UTC (rev 243394)
+++ trunk/Source/WebKit/ChangeLog	2019-03-22 18:49:04 UTC (rev 243395)
@@ -1,3 +1,9 @@
+2019-03-22  Chris Dumez  <cdu...@apple.com>
+
+        Unreviewed build fix after r243388.
+
+        * WebProcess/WebProcess.h:
+
 2019-03-22  Per Arne Vollan  <pvol...@apple.com>
 
         [macOS] Fix sandbox violation

Modified: trunk/Source/WebKit/WebProcess/WebProcess.h (243394 => 243395)


--- trunk/Source/WebKit/WebProcess/WebProcess.h	2019-03-22 18:19:39 UTC (rev 243394)
+++ trunk/Source/WebKit/WebProcess/WebProcess.h	2019-03-22 18:49:04 UTC (rev 243395)
@@ -425,7 +425,9 @@
 
 #if PLATFORM(IOS)
     void backlightLevelDidChange(float backlightLevel);
+#endif
 
+#if PLATFORM(IOS_FAMILY)
     bool shouldFreezeOnSuspension() const;
     void updateFreezerStatus();
 #endif
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to