[webkit-reviews] review granted: [Bug 24356] Rename AllowUniversalAccessFromFileUrls to AllowUniversalAccessFromFileURLs : [Attachment 28267] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 4 11:24:06 PST 2009


Alexey Proskuryakov <ap at webkit.org> has granted Adam Barth
<abarth at webkit.org>'s request for review:
Bug 24356: Rename AllowUniversalAccessFromFileUrls to
AllowUniversalAccessFromFileURLs
https://bugs.webkit.org/show_bug.cgi?id=24356

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

------- Additional Comments from Alexey Proskuryakov <ap at webkit.org>
r=me. Thanks!

-	 } else if(settings->allowUniversalAccessFromFileUrls() &&
securityOrigin()->isLocal()) {
+	 } else if(settings->allowUniversalAccessFromFileURLs() &&
securityOrigin()->isLocal()) {

Please add a space after if here.


More information about the webkit-reviews mailing list