Changeset 46620 in webkit for trunk/JavaScriptCore/jit/JIT.cpp


Ignore:
Timestamp:
Jul 30, 2009, 7:57:31 PM (16 years ago)
Author:
[email protected]
Message:

2009-07-30 Gavin Barraclough <[email protected]>

Reviewed by NOBODY (build fix).

Temporarily revert r46618 since this is b0rking on Linux.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/jit/JIT.cpp

    r46618 r46620  
    578578    // (and, if a new JSFunction happened to be constructed at the same location, we could get a false positive
    579579    // match).  Reset the check so it no longer matches.
    580     RepatchBuffer repatchBuffer(callLinkInfo->ownerCodeBlock.get());
     580    RepatchBuffer repatchBuffer(callLinkInfo->ownerCodeBlock);
    581581#if USE(JSVALUE32_64)
    582582    repatchBuffer.repatch(callLinkInfo->hotPathBegin, 0);
Note: See TracChangeset for help on using the changeset viewer.