[webkit-reviews] review granted: [Bug 113780] Extract 'data:text/html, ' out into a constant. : [Attachment 196134] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 2 07:22:47 PDT 2013


jochen at chromium.org has granted Mike West <mkwst at chromium.org>'s request for
review:
Bug 113780: Extract 'data:text/html,' out into a constant.
https://bugs.webkit.org/show_bug.cgi?id=113780

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

------- Additional Comments from jochen at chromium.org
View in context: https://bugs.webkit.org/attachment.cgi?id=196134&action=review


> Source/WebCore/page/SecurityOrigin.cpp:597
> +    DEFINE_STATIC_LOCAL(const String, uniqueSecurityOriginURL,
(ASCIILiteral("data:text/html,")));

is the mime type even important at that point?


More information about the webkit-reviews mailing list