Title: [156368] trunk/Source/WebKit2
Revision
156368
Author
[email protected]
Date
2013-09-24 15:57:31 -0700 (Tue, 24 Sep 2013)

Log Message

Fix Mac build now.
        
* UIProcess/WebContext.messages.in:

Modified Paths


Diff

Modified: trunk/Source/WebKit2/ChangeLog (156367 => 156368)


--- trunk/Source/WebKit2/ChangeLog	2013-09-24 22:45:36 UTC (rev 156367)
+++ trunk/Source/WebKit2/ChangeLog	2013-09-24 22:57:31 UTC (rev 156368)
@@ -1,3 +1,9 @@
+2013-09-24  Alexey Proskuryakov  <[email protected]>
+
+        Fix Mac build now.
+        
+        * UIProcess/WebContext.messages.in:
+
 2013-09-24  Csaba Osztrogonác  <[email protected]>
 
         Unreviewed buildfix after r156350.
@@ -2,2 +8,4 @@
 
+        It seems that nested ifdefs don't work in messages.in files, so don't use them.
+
         * UIProcess/WebContext.messages.in:

Modified: trunk/Source/WebKit2/UIProcess/WebContext.messages.in (156367 => 156368)


--- trunk/Source/WebKit2/UIProcess/WebContext.messages.in	2013-09-24 22:45:36 UTC (rev 156367)
+++ trunk/Source/WebKit2/UIProcess/WebContext.messages.in	2013-09-24 22:57:31 UTC (rev 156368)
@@ -27,13 +27,13 @@
 
     DidGetStatistics(WebKit::StatisticsData statisticsData, uint64_t callbackID)
 
-#if PLATFORM(MAC)
+#if PLATFORM(IOS)
     WriteWebContentToPasteboard(WebCore::PasteboardWebContent content)
     WriteImageToPasteboard(WebCore::PasteboardImage pasteboardImage)
     WriteStringToPasteboard(WTF::String text)
 #endif
 
-#if PLATFORM(MAC) && PLATFORM(IOS)
+#if PLATFORM(MAC)
     # Pasteboard messages.
     GetPasteboardTypes(WTF::String pasteboardName) -> (Vector<WTF::String> types)
     GetPasteboardPathnamesForType(WTF::String pasteboardName, WTF::String pasteboardType) -> (Vector<WTF::String> pathnames)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to