CORS -> Cors

https://chromium-review.googlesource.com/c/1333018
This commit is contained in:
Jeremy Apthorp 2019-01-09 16:23:06 -08:00
parent a64cf5514f
commit 6f9ff39728

View file

@ -284,7 +284,7 @@ void WebFrame::RegisterURLSchemeAsPrivileged(const std::string& scheme,
privileged_scheme); privileged_scheme);
} }
if (corsEnabled) { if (corsEnabled) {
url::AddCORSEnabledScheme(scheme.c_str()); url::AddCorsEnabledScheme(scheme.c_str());
} }
} }