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

Unified Diff: webkit/port/bindings/v8/ScriptController.cpp

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/port/bindings/v8/ScriptController.cpp
===================================================================
--- webkit/port/bindings/v8/ScriptController.cpp (revision 5396)
+++ webkit/port/bindings/v8/ScriptController.cpp (working copy)
@@ -78,6 +78,7 @@
namespace WebCore {
bool ScriptController::m_recordPlaybackMode = false;
+bool ScriptController::m_shouldExposeGCController = false;
void ScriptController::setFlags(const char* str, int length)
{

Powered by Google App Engine
This is Rietveld 408576698