RESOLVED FIXED 140370
Make delegates conform to formal delegate protocols
https://bugs.webkit.org/show_bug.cgi?id=140370
Summary Make delegates conform to formal delegate protocols
Anders Carlsson
Reported 2015-01-12 12:55:25 PST
Make delegates conform to formal delegate protocols
Attachments
Patch (28.28 KB, patch)
2015-01-12 12:57 PST, Anders Carlsson
mitz: review+
Anders Carlsson
Comment 1 2015-01-12 12:57:31 PST
mitz
Comment 2 2015-01-12 13:05:17 PST
Comment on attachment 244459 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=244459&action=review > Tools/DumpRenderTree/mac/TestRunnerMac.mm:254 > + return [(id)[[mainFrame webView] UIDelegate] numberOfPendingGeolocationPermissionRequests]; You should cast to UIDelegate * here. > Tools/DumpRenderTree/mac/TestRunnerMac.mm:438 > + [(id)[[mainFrame webView] UIDelegate] didSetMockGeolocationPermission]; And here.
Anders Carlsson
Comment 3 2015-01-12 13:07:57 PST
Note You need to log in before you can comment on or make changes to this bug.