Title: [219357] trunk/Source/WebKit2
- Revision
- 219357
- Author
- [email protected]
- Date
- 2017-07-11 13:38:11 -0700 (Tue, 11 Jul 2017)
Log Message
Fix a build failure in WebDragClient when !PLATFORM(COCOA) && !PLATFORM(GTK).
https://bugs.webkit.org/show_bug.cgi?id=174372
Reviewed by Beth Dakin.
* WebProcess/WebCoreSupport/WebDragClient.cpp:
(WebKit::WebDragClient::didConcludeEditDrag): Added empty method.
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (219356 => 219357)
--- trunk/Source/WebKit2/ChangeLog 2017-07-11 20:21:49 UTC (rev 219356)
+++ trunk/Source/WebKit2/ChangeLog 2017-07-11 20:38:11 UTC (rev 219357)
@@ -1,3 +1,13 @@
+2017-07-11 Timothy Hatcher <[email protected]>
+
+ Fix a build failure in WebDragClient when !PLATFORM(COCOA) && !PLATFORM(GTK).
+ https://bugs.webkit.org/show_bug.cgi?id=174372
+
+ Reviewed by Beth Dakin.
+
+ * WebProcess/WebCoreSupport/WebDragClient.cpp:
+ (WebKit::WebDragClient::didConcludeEditDrag): Added empty method.
+
2017-07-11 Brent Fulgham <[email protected]>
Reset cookie partitioning state after network process crashes
Modified: trunk/Source/WebKit2/WebProcess/WebCoreSupport/WebDragClient.cpp (219356 => 219357)
--- trunk/Source/WebKit2/WebProcess/WebCoreSupport/WebDragClient.cpp 2017-07-11 20:21:49 UTC (rev 219356)
+++ trunk/Source/WebKit2/WebProcess/WebCoreSupport/WebDragClient.cpp 2017-07-11 20:38:11 UTC (rev 219357)
@@ -55,6 +55,10 @@
void WebDragClient::startDrag(DragItem, DataTransfer&, Frame&)
{
}
+
+void WebDragClient::didConcludeEditDrag()
+{
+}
#endif
void WebDragClient::dragControllerDestroyed()
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes