Ignore:
Timestamp:
Apr 15, 2011, 12:43:09 AM (14 years ago)
Author:
Philippe Normand
Message:

2011-04-15 Philippe Normand <[email protected]>

Unreviewed, rollout r83894 r83827 r83810 r83809 r83808.
r83808 and its follow-up commits broke GTK Release builds.
https://bugs.webkit.org/show_bug.cgi?id=58483

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/jit/JSInterfaceJIT.h

    r83808 r83955  
    194194        inline Jump emitLoadDouble(unsigned virtualRegisterIndex, FPRegisterID dst, RegisterID scratch);
    195195
    196         inline void storePtrWithWriteBarrier(TrustedImmPtr ptr, RegisterID /* owner */, Address dest)
    197         {
    198             storePtr(ptr, dest);
    199         }
    200 
    201196#if USE(JSVALUE32_64)
    202197        inline Jump emitJumpIfNotJSCell(unsigned virtualRegisterIndex);
Note: See TracChangeset for help on using the changeset viewer.