RESOLVED FIXED 123061
StyleResolver should deal in PassRef<RenderStyle> where possible.
https://bugs.webkit.org/show_bug.cgi?id=123061
Summary StyleResolver should deal in PassRef<RenderStyle> where possible.
Andreas Kling
Reported 2013-10-19 09:21:28 PDT
StyleResolver should deal in PassRef<RenderStyle> where possible.
Attachments
Patch (7.25 KB, patch)
2013-10-19 09:23 PDT, Andreas Kling
andersca: review+
Andreas Kling
Comment 1 2013-10-19 09:23:49 PDT
Anders Carlsson
Comment 2 2013-10-19 09:26:18 PDT
Comment on attachment 214654 [details] Patch 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.
Andreas Kling
Comment 3 2013-10-19 09:47:36 PDT
Note You need to log in before you can comment on or make changes to this bug.