[webkit-reviews] review granted: [Bug 127322] Move user style sheet handling to UserContentController : [Attachment 221705] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 20 17:03:06 PST 2014


Andreas Kling <akling at apple.com> has granted Anders Carlsson
<andersca at apple.com>'s request for review:
Bug 127322: Move user style sheet handling to UserContentController
https://bugs.webkit.org/show_bug.cgi?id=127322

Attachment 221705: Patch
https://bugs.webkit.org/attachment.cgi?id=221705&action=review

------- Additional Comments from Andreas Kling <akling at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=221705&action=review


r=me

> Source/WebCore/dom/DocumentStyleSheetCollection.cpp:145
> +    const UserContentController* userContentController =
owningPage->userContentController();

auto?

> Source/WebCore/dom/DocumentStyleSheetCollection.cpp:149
> +    const UserStyleSheetMap* userStyleSheets =
userContentController->userStyleSheets();

auto?


More information about the webkit-reviews mailing list