Bug 42522 - Add missing (id) return type to Obj-C methods
Summary: Add missing (id) return type to Obj-C methods
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: David Kilzer (:ddkilzer)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-18 13:22 PDT by David Kilzer (:ddkilzer)
Modified: 2010-07-18 14:41 PDT (History)
1 user (show)

See Also:


Attachments
Patch (5.49 KB, patch)
2010-07-18 13:22 PDT, David Kilzer (:ddkilzer)
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 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(-)
Comment 1 David Kilzer (:ddkilzer) 2010-07-18 14:41:46 PDT
Committed r63632.  <http://trac.webkit.org/changeset/63632>