| Index: webkit/browser/appcache/manifest_parser.cc
|
| diff --git a/webkit/browser/appcache/manifest_parser.cc b/webkit/browser/appcache/manifest_parser.cc
|
| index be44127631bd01ce1501fb55bb5397dc792f2bca..0b8869fb9f58444bbeb64321bdb6c997c472b126 100644
|
| --- a/webkit/browser/appcache/manifest_parser.cc
|
| +++ b/webkit/browser/appcache/manifest_parser.cc
|
| @@ -262,7 +262,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(
|
| + CommandLine::ForCurrentProcess()->HasStringSwitch(
|
| kEnableExecutableHandlers)) {
|
| verb = EXECUTE;
|
| }
|
|
|