Index: src/messages.js |
=================================================================== |
--- src/messages.js (revision 7267) |
+++ src/messages.js (working copy) |
@@ -1085,5 +1085,5 @@ |
InstallFunctions($Error.prototype, DONT_ENUM, ['toString', errorToString]); |
// Boilerplate for exceptions for stack overflows. Used from |
-// Top::StackOverflow(). |
+// Isolate::StackOverflow(). |
const kStackOverflowBoilerplate = MakeRangeError('stack_overflow', []); |