Ignore:
Timestamp:
Sep 21, 2012, 11:43:04 PM (13 years ago)
Author:
[email protected]
Message:

Unreviewed, rolled out a line I committed by accident.

  • interpreter/Interpreter.cpp:

(JSC::Interpreter::execute):

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/interpreter/Interpreter.cpp

    r129297 r129298  
    835835    JSScope* scope = callFrame->scope();
    836836    ASSERT(isValidThisObject(thisObj, callFrame));
    837     scope->globalData()->exception = JSValue();
    838837    ASSERT(!scope->globalData()->exception);
    839838    ASSERT(!callFrame->globalData().isCollectorBusy());
Note: See TracChangeset for help on using the changeset viewer.