diff options
Diffstat (limited to 'webkit/tools/test_shell/test_shell_main.cc')
-rw-r--r-- | webkit/tools/test_shell/test_shell_main.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/webkit/tools/test_shell/test_shell_main.cc b/webkit/tools/test_shell/test_shell_main.cc index a8f1fd4..f975ce3 100644 --- a/webkit/tools/test_shell/test_shell_main.cc +++ b/webkit/tools/test_shell/test_shell_main.cc @@ -293,6 +293,8 @@ int main(int argc, char* argv[]) { // Test shell always exposes the GC. CommandLine::AppendSwitch(&js_flags, L"expose-gc"); webkit_glue::SetJavaScriptFlags(js_flags); + // Also expose GCController to JavaScript. + webkit_glue::SetShouldExposeGCController(true); // load and initialize the stats table. StatsTable *table = new StatsTable(kStatsFile, kStatsFileThreads, kStatsFileCounters); |