Title: [233774] trunk/Source/WTF
Revision
233774
Author
ddkil...@apple.com
Date
2018-07-12 11:35:27 -0700 (Thu, 12 Jul 2018)

Log Message

Revert: iOS port should define HAVE_RUNLOOP_TIMER
<https://webkit.org/b/187370>

* wtf/Platform.h: This is only needed on macOS when using
-[WebView scheduleInRunLoop:forMode:] and
-[WebView unscheduleFromRunLoop:forMode:] to make WK1 WebViews
load synchronously using -loadHTMLString: or -loadData:.

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (233773 => 233774)


--- trunk/Source/WTF/ChangeLog	2018-07-12 18:27:26 UTC (rev 233773)
+++ trunk/Source/WTF/ChangeLog	2018-07-12 18:35:27 UTC (rev 233774)
@@ -1,3 +1,13 @@
+2018-07-12  David Kilzer  <ddkil...@apple.com>
+
+        Revert: iOS port should define HAVE_RUNLOOP_TIMER
+        <https://webkit.org/b/187370>
+
+        * wtf/Platform.h: This is only needed on macOS when using
+        -[WebView scheduleInRunLoop:forMode:] and
+        -[WebView unscheduleFromRunLoop:forMode:] to make WK1 WebViews
+        load synchronously using -loadHTMLString: or -loadData:.
+
 2018-07-12  Per Arne Vollan  <pvol...@apple.com>
 
         Add compile guard for enabling NSRunLoop in the WebContent process.

Modified: trunk/Source/WTF/wtf/Platform.h (233773 => 233774)


--- trunk/Source/WTF/wtf/Platform.h	2018-07-12 18:27:26 UTC (rev 233773)
+++ trunk/Source/WTF/wtf/Platform.h	2018-07-12 18:35:27 UTC (rev 233774)
@@ -564,7 +564,6 @@
 #if PLATFORM(COCOA)
 
 #define HAVE_OUT_OF_PROCESS_LAYER_HOSTING 1
-#define HAVE_RUNLOOP_TIMER 1
 #define USE_CF 1
 #define USE_FILE_LOCK 1
 #define USE_FOUNDATION 1
@@ -581,6 +580,7 @@
 #if PLATFORM(MAC)
 
 #define USE_APPKIT 1
+#define HAVE_RUNLOOP_TIMER 1
 #define HAVE_SEC_KEYCHAIN 1
 
 #if CPU(X86_64)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to