| Index: third_party/WebKit/Source/platform/weborigin/SchemeRegistry.cpp
|
| diff --git a/third_party/WebKit/Source/platform/weborigin/SchemeRegistry.cpp b/third_party/WebKit/Source/platform/weborigin/SchemeRegistry.cpp
|
| index 78b8384ef56c9da0460898534298c2da8358e147..a49e0ddbed53969c56fc5916a1b93dd6c470ed96 100644
|
| --- a/third_party/WebKit/Source/platform/weborigin/SchemeRegistry.cpp
|
| +++ b/third_party/WebKit/Source/platform/weborigin/SchemeRegistry.cpp
|
| @@ -351,7 +351,7 @@ bool SchemeRegistry::schemeShouldBypassContentSecurityPolicy(
|
|
|
| // get() returns 0 (PolicyAreaNone) if there is no entry in the map.
|
| // Thus by default, schemes do not bypass CSP.
|
| - return (getURLSchemesRegistry().contentSecurityPolicyBypassingSchemes.get(
|
| + return (getURLSchemesRegistry().contentSecurityPolicyBypassingSchemes.at(
|
| scheme) &
|
| policyAreas) == policyAreas;
|
| }
|
|
|