Changeset 33979 in webkit for trunk/JavaScriptCore/API/APICast.h


Ignore:
Timestamp:
May 21, 2008, 6:20:45 PM (17 years ago)
Author:
[email protected]
Message:

Merge squirrelfish branch into trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/API/APICast.h

    r29663 r33979  
    109109inline JSGlobalContextRef toGlobalRef(KJS::ExecState* e)
    110110{
    111     ASSERT(!e->callingExecState());
    112111    return reinterpret_cast<JSGlobalContextRef>(e);
    113112}
Note: See TracChangeset for help on using the changeset viewer.