| Index: webkit/tools/test_shell/test_shell_main_gtk.cc
|
| ===================================================================
|
| --- webkit/tools/test_shell/test_shell_main_gtk.cc (revision 5350)
|
| +++ webkit/tools/test_shell/test_shell_main_gtk.cc (working copy)
|
| @@ -63,6 +63,8 @@
|
| // Test shell always exposes the GC.
|
| CommandLine::AppendSwitch(&js_flags, L"expose-gc");
|
| webkit_glue::SetJavaScriptFlags(js_flags);
|
| + // Test shell needs GCController.
|
| + webkit_glue::SetShouldExposeGCController(true);
|
|
|
| MessageLoopForUI main_message_loop;
|
|
|
|
|