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: src/top.cc

Issue 3601010: [Isolates] Allow running multiple isolates in shell and use this in tests. (Closed)
Patch Set: Created 10 years, 2 months 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: src/top.cc
diff --git a/src/top.cc b/src/top.cc
index 18b2b84b79523ca53ebddd4a472e7ff68360b843..5ff09b18e7fc332041a34198cba4e819678654de 100644
--- a/src/top.cc
+++ b/src/top.cc
@@ -461,7 +461,7 @@ bool Isolate::MayIndexedAccess(JSObject* receiver,
}
-const char* Isolate::kStackOverflowMessage =
+const char* const Isolate::kStackOverflowMessage =
"Uncaught RangeError: Maximum call stack size exceeded";

Powered by Google App Engine
This is Rietveld 408576698