| Index: webkit/tools/test_shell/test_shell_switches.cc
|
| diff --git a/webkit/tools/test_shell/test_shell_switches.cc b/webkit/tools/test_shell/test_shell_switches.cc
|
| index 087b7919ad683e3314e3909fec3ef332b2c0abd3..3143ec10cb64b0404e06533e47cc08be967ba06f 100644
|
| --- a/webkit/tools/test_shell/test_shell_switches.cc
|
| +++ b/webkit/tools/test_shell/test_shell_switches.cc
|
| @@ -85,4 +85,7 @@ const char kEnableAccel2DCanvas[] = "enable-accelerated-2d-canvas";
|
|
|
| const char kEnableAccelCompositing[] = "enable-accelerated-compositing";
|
|
|
| +// Options to pass to the Dart VM.
|
| +const char kDartFlags[] = "dart-flags";
|
| +
|
| } // namespace test_shell
|
|
|