diff options
Diffstat (limited to 'content/browser/appcache/manifest_parser.cc')
-rw-r--r-- | content/browser/appcache/manifest_parser.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/appcache/manifest_parser.cc b/content/browser/appcache/manifest_parser.cc index fb63f22..2ca3ce8 100644 --- a/content/browser/appcache/manifest_parser.cc +++ b/content/browser/appcache/manifest_parser.cc @@ -272,7 +272,7 @@ bool ParseManifest(const GURL& manifest_url, const char* data, int length, if (type == L"return") { verb = RETURN; } else if (type == L"execute" && - CommandLine::ForCurrentProcess()->HasSwitch( + base::CommandLine::ForCurrentProcess()->HasSwitch( kEnableExecutableHandlers)) { verb = EXECUTE; } |