Bug 138508

Summary: Rename HTMLInputElement::imageLoader() to ensureImageLoader()
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: DOMAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, commit-queue, kling, rniwa
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Chris Dumez 2014-11-07 11:10:26 PST
Rename HTMLInputElement::imageLoader() to ensureImageLoader() and have it return a reference to make it clear that it constructs an ImageLoader if missing.
Also introduce a lightweight imageLoader() getter which just returns the imageLoader or null if missing.
Comment 1 Chris Dumez 2014-11-07 11:25:59 PST
Created attachment 241195 [details]
Patch
Comment 2 WebKit Commit Bot 2014-11-07 14:14:44 PST
Comment on attachment 241195 [details]
Patch

Clearing flags on attachment: 241195

Committed r175764: <http://trac.webkit.org/changeset/175764>
Comment 3 WebKit Commit Bot 2014-11-07 14:14:49 PST
All reviewed patches have been landed.  Closing bug.