RESOLVED FIXED 121464
Remove unused function didSetSelectionTypesForPasteboard from EditorClient
https://bugs.webkit.org/show_bug.cgi?id=121464
Summary Remove unused function didSetSelectionTypesForPasteboard from EditorClient
Enrica Casucci
Reported 2013-09-16 18:04:46 PDT
The only existing implementation is for WebKit on Mac which is calling a private delegate which is also unused.
Attachments
Patch (17.69 KB, patch)
2013-09-16 18:33 PDT, Enrica Casucci
darin: review+
webkit-ews: commit-queue-
Enrica Casucci
Comment 1 2013-09-16 18:33:07 PDT
Early Warning System Bot
Comment 2 2013-09-16 18:40:00 PDT
EFL EWS Bot
Comment 3 2013-09-16 20:08:22 PDT
kov's GTK+ EWS bot
Comment 4 2013-09-16 22:51:40 PDT
Early Warning System Bot
Comment 5 2013-09-17 02:26:14 PDT
Darin Adler
Comment 6 2013-09-17 09:20:39 PDT
One of the errors: CMakeFiles/WebKit.dir/efl/WebCoreSupport/EditorClientEfl.cpp.o:(.data.rel.ro._ZTVN7WebCore15EditorClientEflE[_ZTVN7WebCore15EditorClientEflE]+0x1a0): undefined reference to `WebCore::EditorClientEfl::didSetSelectionTypesForPasteboard()' Need to do a bit more grepping and deleting I think.
Enrica Casucci
Comment 7 2013-09-17 10:19:30 PDT
I fixed the builds for qt, gtk and elf. Committed revision 155971.
Note You need to log in before you can comment on or make changes to this bug.