Bug 133978 - Use references instead of pointers to RenderBlock in enclosingBoxModelObject()
Summary: Use references instead of pointers to RenderBlock in enclosingBoxModelObject()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-17 05:12 PDT by Miyoung Shin
Modified: 2014-06-17 10:30 PDT (History)
4 users (show)

See Also:


Attachments
Patch (4.50 KB, patch)
2014-06-17 07:01 PDT, Miyoung Shin
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Miyoung Shin 2014-06-17 05:12:26 PDT
Use references instead of pointers to RenderBlock for return type of RenderObject::enclosingBoxModelObject().
Just a straightforward conversion from pointers to references.
Comment 1 Miyoung Shin 2014-06-17 07:01:37 PDT
Created attachment 233228 [details]
Patch
Comment 2 WebKit Commit Bot 2014-06-17 10:30:13 PDT
Comment on attachment 233228 [details]
Patch

Clearing flags on attachment: 233228

Committed r170057: <http://trac.webkit.org/changeset/170057>
Comment 3 WebKit Commit Bot 2014-06-17 10:30:16 PDT
All reviewed patches have been landed.  Closing bug.