Title: [156366] trunk/Source/WebKit2
Revision
156366
Author
o...@webkit.org
Date
2013-09-24 15:40:55 -0700 (Tue, 24 Sep 2013)

Log Message

Unreviewed buildfix after r156350.

* UIProcess/WebContext.messages.in:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (156365 => 156366)


--- trunk/Source/WebKit2/ChangeLog	2013-09-24 22:35:23 UTC (rev 156365)
+++ trunk/Source/WebKit2/ChangeLog	2013-09-24 22:40:55 UTC (rev 156366)
@@ -1,5 +1,11 @@
 2013-09-24  Csaba Osztrogonác  <o...@webkit.org>
 
+        Unreviewed buildfix after r156350.
+
+        * UIProcess/WebContext.messages.in:
+
+2013-09-24  Csaba Osztrogonác  <o...@webkit.org>
+
         Unreviewed buildfix after r156354 and r156360.
 
         * Platform/CoreIPC/unix/ConnectionUnix.cpp:

Modified: trunk/Source/WebKit2/UIProcess/WebContext.messages.in (156365 => 156366)


--- trunk/Source/WebKit2/UIProcess/WebContext.messages.in	2013-09-24 22:35:23 UTC (rev 156365)
+++ trunk/Source/WebKit2/UIProcess/WebContext.messages.in	2013-09-24 22:40:55 UTC (rev 156366)
@@ -28,13 +28,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)
     # Pasteboard messages.
-    
     GetPasteboardTypes(WTF::String pasteboardName) -> (Vector<WTF::String> types)
     GetPasteboardPathnamesForType(WTF::String pasteboardName, WTF::String pasteboardType) -> (Vector<WTF::String> pathnames)
     GetPasteboardStringForType(WTF::String pasteboardName, WTF::String pasteboardType) -> (WTF::String string)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to