RESOLVED FIXED 42522
Add missing (id) return type to Obj-C methods
https://bugs.webkit.org/show_bug.cgi?id=42522
Summary Add missing (id) return type to Obj-C methods
David Kilzer (:ddkilzer)
Reported 2010-07-18 13:22:01 PDT
Created attachment 61908 [details] Patch Reviewed by NOBODY (OOPS!). * Carbon/CarbonWindowAdapter.mm: (-[NSWindow(HIWebFrameView) _initContent:styleMask:backing:defer:contentView:]): (-[CarbonWindowAdapter _destroyRealWindow:]): (-[CarbonWindowAdapter _clearModalWindowLevel]): * Misc/WebIconDatabase.mm: (-[WebIconDatabase init]): * Misc/WebNSPasteboardExtras.mm: (-[NSFilePromiseDragSource initWithSource:]): * WebView/WebHTMLRepresentation.mm: (-[WebHTMLRepresentation init]): * WebView/WebPreferences.mm: (-[WebPreferences init]): * WebView/WebView.mm: (-[WebView UIDelegate]): (-[WebView resourceLoadDelegate]): (-[WebView downloadDelegate]): (-[WebView policyDelegate]): (-[WebView frameLoadDelegate]): --- 7 files changed, 37 insertions(+), 12 deletions(-)
Attachments
Patch (5.49 KB, patch)
2010-07-18 13:22 PDT, David Kilzer (:ddkilzer)
mitz: review+
David Kilzer (:ddkilzer)
Comment 1 2010-07-18 14:41:46 PDT
Note You need to log in before you can comment on or make changes to this bug.