RESOLVED FIXED Bug 139527
Optimize RenderElement::rendererForRootBackground() a bit
https://bugs.webkit.org/show_bug.cgi?id=139527
Summary Optimize RenderElement::rendererForRootBackground() a bit
Chris Dumez
Reported 2014-12-10 20:47:42 PST
Optimize RenderElement::rendererForRootBackground() a bit by not calling Document::body(). We are only interested in the child element with <body> tag but Document::body() first checks if a <frameset> child if present.
Attachments
Patch (2.65 KB, patch)
2014-12-10 20:56 PST, Chris Dumez
no flags
Chris Dumez
Comment 1 2014-12-10 20:56:53 PST
Andreas Kling
Comment 2 2014-12-11 16:16:16 PST
Comment on attachment 243096 [details] Patch r=me
WebKit Commit Bot
Comment 3 2014-12-11 16:45:43 PST
Comment on attachment 243096 [details] Patch Clearing flags on attachment: 243096 Committed r177193: <http://trac.webkit.org/changeset/177193>
WebKit Commit Bot
Comment 4 2014-12-11 16:45:47 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.