Title: [181885] trunk/Source/WebKit2
Revision
181885
Author
[email protected]
Date
2015-03-23 18:28:06 -0700 (Mon, 23 Mar 2015)

Log Message

Unreviewed, another attempt to fix 32-bit build after r181881.

* UIProcess/WebInspectorProxy.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (181884 => 181885)


--- trunk/Source/WebKit2/ChangeLog	2015-03-24 01:12:26 UTC (rev 181884)
+++ trunk/Source/WebKit2/ChangeLog	2015-03-24 01:28:06 UTC (rev 181885)
@@ -1,5 +1,11 @@
 2015-03-23  Joseph Pecoraro  <[email protected]>
 
+        Unreviewed, another attempt to fix 32-bit build after r181881.
+
+        * UIProcess/WebInspectorProxy.h:
+
+2015-03-23  Joseph Pecoraro  <[email protected]>
+
         Unreviewed, attempt to fix 32-bit build after r181881.
 
         * UIProcess/API/Cocoa/WKViewPrivate.h:

Modified: trunk/Source/WebKit2/UIProcess/WebInspectorProxy.h (181884 => 181885)


--- trunk/Source/WebKit2/UIProcess/WebInspectorProxy.h	2015-03-24 01:12:26 UTC (rev 181884)
+++ trunk/Source/WebKit2/UIProcess/WebInspectorProxy.h	2015-03-24 01:28:06 UTC (rev 181885)
@@ -177,7 +177,7 @@
     void platformSave(const String& filename, const String& content, bool base64Encoded, bool forceSaveAs);
     void platformAppend(const String& filename, const String& content);
 
-#if PLATFORM(MAC)
+#if PLATFORM(MAC) && WK_API_ENABLED
     bool platformCanAttach(bool webProcessCanAttach);
 #else
     bool platformCanAttach(bool webProcessCanAttach) { return webProcessCanAttach; }
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to