Changeset 96889 in webkit for trunk/Source/JavaScriptCore/runtime


Ignore:
Timestamp:
Oct 6, 2011, 7:09:35 PM (14 years ago)
Author:
[email protected]
Message:

Windows build fix

Unreviewed build fix. Weird runtime failures on Windows due to
linking issues caused by the ClassInfo struct in JSByteArray not
being declared with JS_EXPORTDATA.

  • runtime/JSByteArray.h:
File:
1 edited

Legend:

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

    r96831 r96889  
    9797        virtual void getOwnPropertyNames(JSC::ExecState*, JSC::PropertyNameArray&, EnumerationMode mode = ExcludeDontEnumProperties);
    9898
    99         static const ClassInfo s_info;
     99        static JS_EXPORTDATA const ClassInfo s_info;
    100100       
    101101        size_t length() const { return m_storage->length(); }
Note: See TracChangeset for help on using the changeset viewer.