https://codereview.chromium.org/261103002/diff/20001/src/isolate.cc
File src/isolate.cc (right):

https://codereview.chromium.org/261103002/diff/20001/src/isolate.cc#newcode494
src/isolate.cc:494: if
(!this->context()->HasSameSecurityTokenAs(fun->context())) continue;
This change breaks DevTools debugger as e.g. when paused on exception we
will get empty call stack and based on that will treat the exception as
syntax error. See
https://code.google.com/p/chromium/codesearch#chromium/src/third_party/WebKit/Source/bindings/v8/ScriptDebugServer.cpp&q=ScriptDebugServer::handleV8DebugEvent&sq=package:chromium&type=cs&l=475

https://codereview.chromium.org/261103002/

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to