[webkit-reviews] review granted: [Bug 90367] [Chromium] ContextFeaturesClient::isEnabled is slow : [Attachment 151196] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 9 00:25:54 PDT 2012


Kent Tamura <tkent at chromium.org> has granted Hajime Morrita
<morrita at google.com>'s request for review:
Bug 90367: [Chromium] ContextFeaturesClient::isEnabled is slow
https://bugs.webkit.org/show_bug.cgi?id=90367

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

------- Additional Comments from Kent Tamura <tkent at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=151196&action=review


> Source/WebCore/dom/ContextFeatures.h:59
> +    void urlDidChange(Document*);
>  private:

nit: need a blank line before private:

> Source/WebKit/chromium/src/ContextFeaturesClientImpl.cpp:40
> +using namespace WTF;

Is this necessary?


More information about the webkit-reviews mailing list