Bug 122870 - RenderElement::isChildAllowed() should take const references.
Summary: RenderElement::isChildAllowed() should take const references.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-15 15:35 PDT by Andreas Kling
Modified: 2013-10-16 02:33 PDT (History)
15 users (show)

See Also:


Attachments
Patch (18.06 KB, patch)
2013-10-15 15:35 PDT, Andreas Kling
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kling 2013-10-15 15:35:25 PDT
RenderElement::isChildAllowed() should take const references.
Comment 1 Andreas Kling 2013-10-15 15:35:55 PDT
Created attachment 214310 [details]
Patch
Comment 2 Andreas Kling 2013-10-16 02:33:07 PDT
Committed r157509: <http://trac.webkit.org/changeset/157509>