Ignore:
Timestamp:
Sep 17, 2013, 6:48:54 PM (12 years ago)
Author:
[email protected]
Message:

Unreviewed, fix 32-bit build.

  • runtime/JSCJSValue.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/runtime/JSCJSValue.h

    r156019 r156020  
    277277    JS_EXPORT_PRIVATE JSObject* synthesizePrototype(ExecState*) const;
    278278
    279 #if USE(JSVALUE64)
    280279    // Constants used for Int52. Int52 isn't part of JSValue right now, but JSValues may be
    281280    // converted to Int52s and back again.
    282281    static const unsigned numberOfInt52Bits = 52;
    283282    static const unsigned int52ShiftAmount = 12;
    284 #endif
    285283
    286284private:
Note: See TracChangeset for help on using the changeset viewer.