Ignore:
Timestamp:
May 3, 2009, 12:56:13 PM (16 years ago)
Author:
[email protected]
Message:

JavaScriptCore:

2009-05-03 Sam Weinig <[email protected]>

Roll JSC API number marshaling back out. It still breaks windows.

WebCore:

2009-05-03 Sam Weinig <[email protected]>

Roll JSC API number marshaling back out. It still breaks windows.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/runtime/JSValue.h

    r43157 r43158  
    177177        float toFloat(ExecState* exec) const { return static_cast<float>(toNumber(exec)); }
    178178
    179         // API Mangled Numbers
    180         bool isAPIMangledNumber();
    181 
    182179        // Garbage collection.
    183180        void mark();
Note: See TracChangeset for help on using the changeset viewer.