Commit e300c3cc authored by antonm@chromium.org's avatar antonm@chromium.org

We cannot assert that v8 is running in fatal error callback.

BUG=v8:1111

Review URL: http://codereview.chromium.org/6450005

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@6688 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent da8b72f2
......@@ -115,7 +115,9 @@ static FatalErrorCallback exception_behavior = NULL;
static void DefaultFatalErrorHandler(const char* location,
const char* message) {
ENTER_V8;
#ifdef ENABLE_VMSTATE_TRACKING
i::VMState __state__(i::OTHER);
#endif
API_Fatal(location, message);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment