Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(55)

Unified Diff: webkit/tools/test_shell/test_shell_main_gtk.cc

Issue 10719: Add GCController support to test_shell.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« webkit/port/bindings/v8/v8_proxy.cpp ('K') | « webkit/tools/test_shell/test_shell_main.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698