Title: [208667] trunk/Source/WebCore
Revision
208667
Author
[email protected]
Date
2016-11-12 23:43:43 -0800 (Sat, 12 Nov 2016)

Log Message

Tried to fix the iOS build after r208666.

* platform/SuddenTermination.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (208666 => 208667)


--- trunk/Source/WebCore/ChangeLog	2016-11-13 07:19:07 UTC (rev 208666)
+++ trunk/Source/WebCore/ChangeLog	2016-11-13 07:43:43 UTC (rev 208667)
@@ -1,3 +1,9 @@
+2016-11-12  Dan Bernstein  <[email protected]>
+
+        Tried to fix the iOS build after r208666.
+
+        * platform/SuddenTermination.h:
+
 2016-11-12  Simon Fraser  <[email protected]>
 
         Add a way to get the UI-side scrolling tree as text via UIScriptController

Modified: trunk/Source/WebCore/platform/SuddenTermination.h (208666 => 208667)


--- trunk/Source/WebCore/platform/SuddenTermination.h	2016-11-13 07:19:07 UTC (rev 208666)
+++ trunk/Source/WebCore/platform/SuddenTermination.h	2016-11-13 07:43:43 UTC (rev 208667)
@@ -33,10 +33,10 @@
     // Once disabled via one or more more calls to disableSuddenTermination(), fast shutdown
     // is not valid until enableSuddenTermination() has been called an equal number of times.
     // On Mac, these are thin wrappers around Mac OS X functions of the same name.
+#if PLATFORM(MAC)
     WEBCORE_EXPORT void disableSuddenTermination();
     WEBCORE_EXPORT void enableSuddenTermination();
-
-#if !PLATFORM(MAC)
+#else
     inline void disableSuddenTermination() { }
     inline void enableSuddenTermination() { }
 #endif
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to