Title: [234956] trunk/Source/WebCore
Revision
234956
Author
[email protected]
Date
2018-08-16 14:10:57 -0700 (Thu, 16 Aug 2018)

Log Message

Unreviewed, fix the watchOS build after r188464.

* platform/ios/PlatformPasteboardIOS.mm:
(WebCore::PlatformPasteboard::setColor):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (234955 => 234956)


--- trunk/Source/WebCore/ChangeLog	2018-08-16 21:09:26 UTC (rev 234955)
+++ trunk/Source/WebCore/ChangeLog	2018-08-16 21:10:57 UTC (rev 234956)
@@ -1,3 +1,10 @@
+2018-08-16  Aditya Keerthi  <[email protected]>
+
+        Unreviewed, fix the watchOS build after r188464.
+
+        * platform/ios/PlatformPasteboardIOS.mm:
+        (WebCore::PlatformPasteboard::setColor):
+
 2018-08-16  Ryosuke Niwa  <[email protected]>
 
         Custom element doesn't invalidate its style when :defined rule starts to apply

Modified: trunk/Source/WebCore/platform/ios/PlatformPasteboardIOS.mm (234955 => 234956)


--- trunk/Source/WebCore/platform/ios/PlatformPasteboardIOS.mm	2018-08-16 21:09:26 UTC (rev 234955)
+++ trunk/Source/WebCore/platform/ios/PlatformPasteboardIOS.mm	2018-08-16 21:10:57 UTC (rev 234956)
@@ -569,6 +569,11 @@
 
 #else
 
+long PlatformPasteboard::setColor(const Color&)
+{
+    return 0;
+}
+
 bool PlatformPasteboard::allowReadingURLAtIndex(const URL&, int) const
 {
     return false;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to