Title: [226608] trunk/Source/WebKit
Revision
226608
Author
[email protected]
Date
2018-01-08 19:08:47 -0800 (Mon, 08 Jan 2018)

Log Message

iOS build fix attempt after r226602.

* UIProcess/API/C/WKContextMenuListener.cpp:
(WKContextMenuListenerUseContextMenuItems):

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (226607 => 226608)


--- trunk/Source/WebKit/ChangeLog	2018-01-09 02:56:05 UTC (rev 226607)
+++ trunk/Source/WebKit/ChangeLog	2018-01-09 03:08:47 UTC (rev 226608)
@@ -1,3 +1,10 @@
+2018-01-08  Ryosuke Niwa  <[email protected]>
+
+        iOS build fix attempt after r226602.
+
+        * UIProcess/API/C/WKContextMenuListener.cpp:
+        (WKContextMenuListenerUseContextMenuItems):
+
 2018-01-08  Alex Christensen  <[email protected]>
 
         Add SPI for WKOpenPanelParameters._acceptedMIMETypes and _acceptedFileExtensions

Modified: trunk/Source/WebKit/UIProcess/API/C/WKContextMenuListener.cpp (226607 => 226608)


--- trunk/Source/WebKit/UIProcess/API/C/WKContextMenuListener.cpp	2018-01-09 02:56:05 UTC (rev 226607)
+++ trunk/Source/WebKit/UIProcess/API/C/WKContextMenuListener.cpp	2018-01-09 03:08:47 UTC (rev 226608)
@@ -60,6 +60,6 @@
     toImpl(listenerRef)->useContextMenuItems(WTFMove(items));
 #else
     UNUSED_PARAM(listenerRef);
-    UNUSED_PARAM(items);
+    UNUSED_PARAM(arrayRef);
 #endif
 }
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to