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

Unified Diff: webkit/glue/webkit_glue.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/glue/webkit_glue.cc
===================================================================
--- webkit/glue/webkit_glue.cc (revision 5350)
+++ webkit/glue/webkit_glue.cc (working copy)
@@ -64,6 +64,13 @@
#endif
}
+
+void SetShouldExposeGCController(bool enable) {
+#if USE(V8)
+ WebCore::ScriptController::setShouldExposeGCController(enable);
+#endif
+}
+
static bool layout_test_mode_ = false;
void SetLayoutTestMode(bool enable) {

Powered by Google App Engine
This is Rietveld 408576698