Index: src/isolate.cc |
diff --git a/src/isolate.cc b/src/isolate.cc |
index 2ca7a0d755d9d40935dabdcc97d12ed1f17b9c41..b8437dbd15abece48490dcf3baf333f44276293e 100644 |
--- a/src/isolate.cc |
+++ b/src/isolate.cc |
@@ -896,10 +896,6 @@ bool Isolate::MayAccess(Handle<Context> accessing_context, |
} |
-const char* const Isolate::kStackOverflowMessage = |
- "Uncaught RangeError: Maximum call stack size exceeded"; |
- |
- |
Object* Isolate::StackOverflow() { |
HandleScope scope(this); |
// At this point we cannot create an Error object using its javascript |