Bug 120433 - Document::elementSheet() should return a reference
Summary: Document::elementSheet() should return a reference
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Pratik Solanki
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-28 11:45 PDT by Pratik Solanki
Modified: 2013-08-28 12:23 PDT (History)
8 users (show)

See Also:


Attachments
Patch (9.73 KB, patch)
2013-08-28 11:50 PDT, Pratik Solanki
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pratik Solanki 2013-08-28 11:45:23 PDT
elementSheet() always returns a valid pointer. We can just make it return a reference. While at it, we should rename m_elemSheet to m_elementSheet.
Comment 1 Pratik Solanki 2013-08-28 11:50:13 PDT
Created attachment 209912 [details]
Patch
Comment 2 WebKit Commit Bot 2013-08-28 12:23:48 PDT
Comment on attachment 209912 [details]
Patch

Clearing flags on attachment: 209912

Committed r154766: <http://trac.webkit.org/changeset/154766>
Comment 3 WebKit Commit Bot 2013-08-28 12:23:51 PDT
All reviewed patches have been landed.  Closing bug.