[webkit-reviews] review granted: [Bug 123061] StyleResolver should deal in PassRef<RenderStyle> where possible. : [Attachment 214654] Patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Oct 19 09:27:32 PDT 2013
Anders Carlsson <andersca at apple.com> has granted Andreas Kling
<akling at apple.com>'s request for review:
Bug 123061: StyleResolver should deal in PassRef<RenderStyle> where possible.
https://bugs.webkit.org/show_bug.cgi?id=123061
Attachment 214654: Patch
https://bugs.webkit.org/attachment.cgi?id=214654&action=review
------- Additional Comments from Anders Carlsson <andersca at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=214654&action=review
> Source/WebCore/dom/Document.cpp:1855
> + Ref<RenderStyle>
pageStyle(ensureStyleResolver().styleForPage(pageIndex));
I think using pageStyle = is more clear here.
More information about the webkit-reviews
mailing list