Ignore:
Timestamp:
Sep 26, 2016, 7:46:19 PM (9 years ago)
Author:
[email protected]
Message:

Unreviewed, rolling out r206405.
https://bugs.webkit.org/show_bug.cgi?id=162588

This change caused LayoutTest crashes. (Requested by
ryanhaddad on #webkit).

Reverted changeset:

"Add some needed CatchScopes in code that should not throw."
https://bugs.webkit.org/show_bug.cgi?id=162584
http://trac.webkit.org/changeset/206405

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/runtime/JSModuleLoader.cpp

    r206405 r206408  
    5858void JSModuleLoader::finishCreation(ExecState* exec, VM& vm, JSGlobalObject* globalObject)
    5959{
    60     auto scope = DECLARE_CATCH_SCOPE(vm);
    61 
    6260    Base::finishCreation(vm);
    6361    ASSERT(inherits(info()));
     62    auto scope = DECLARE_THROW_SCOPE(vm);
    6463    JSMap* map = JSMap::create(exec, vm, globalObject->mapStructure());
    6564    RELEASE_ASSERT(!scope.exception());
Note: See TracChangeset for help on using the changeset viewer.