| Index: webkit/tools/test_shell/test_shell.cc
|
| diff --git a/webkit/tools/test_shell/test_shell.cc b/webkit/tools/test_shell/test_shell.cc
|
| index 3247022eae5fb623aaa5a6c6114e33e3b373e599..ced93a5f5bea793b649db859af96f48d6de33750 100755
|
| --- a/webkit/tools/test_shell/test_shell.cc
|
| +++ b/webkit/tools/test_shell/test_shell.cc
|
| @@ -501,7 +501,7 @@ void TestShell::SetFocus(WebWidgetHost* host, bool enable) {
|
| namespace webkit_glue {
|
|
|
| bool IsMediaPlayerAvailable() {
|
| - return CommandLine().HasSwitch(test_shell::kEnableVideo);
|
| + return CommandLine::ForCurrentProcess()->HasSwitch(test_shell::kEnableVideo);
|
| }
|
|
|
| void PrefetchDns(const std::string& hostname) {}
|
|
|