[Webkit-unassigned] [Bug 24356] Rename AllowUniversalAccessFromFileUrls to AllowUniversalAccessFromFileURLs

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


https://bugs.webkit.org/show_bug.cgi?id=24356


ap at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #28267|review?                     |review+
               Flag|                            |




------- Comment #3 from ap at webkit.org  2009-03-04 11:24 PDT -------
(From update of attachment 28267)
r=me. Thanks!

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

Please add a space after if here.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list