| Index: webkit/tools/test_shell/test_shell_main.cc
|
| ===================================================================
|
| --- webkit/tools/test_shell/test_shell_main.cc (revision 119887)
|
| +++ webkit/tools/test_shell/test_shell_main.cc (working copy)
|
| @@ -286,11 +286,6 @@
|
| extensions_v8::HeapProfilerExtension::Get());
|
| }
|
|
|
| - if (parsed_command_line.HasSwitch(test_shell::kDartFlags)) {
|
| - webkit_glue::SetDartFlags(
|
| - parsed_command_line.GetSwitchValueASCII(test_shell::kDartFlags));
|
| - }
|
| -
|
| // Load and initialize the stats table. Attempt to construct a somewhat
|
| // unique name to isolate separate instances from each other.
|
|
|
|
|