Changeset 29005 in webkit for trunk/JavaScriptCore/kjs/nodes.cpp


Ignore:
Timestamp:
Dec 27, 2007, 2:20:18 PM (17 years ago)
Author:
[email protected]
Message:

Reviewed by Sam.

ASSERT in JavaScriptCore while viewing WICD test case
http://bugs.webkit.org/show_bug.cgi?id=16626

  • kjs/nodes.cpp: (KJS::ForInNode::execute): move KJS_CHECK_EXCEPTION to proper place
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/kjs/nodes.cpp

    r28973 r29005  
    38413841
    38423842  JSValue* e = expr->evaluate(exec);
     3843  KJS_CHECKEXCEPTION
    38433844
    38443845  // For Null and Undefined, we want to make sure not to go through
     
    38473848    return exec->setNormalCompletion();
    38483849
    3849   KJS_CHECKEXCEPTION
    38503850  JSObject* v = e->toObject(exec);
    38513851  PropertyNameArray propertyNames;
Note: See TracChangeset for help on using the changeset viewer.