Ignore:
Timestamp:
Jul 31, 2013, 12:32:22 PM (12 years ago)
Author:
[email protected]
Message:

Speculative Windows build fix.

Reviewed by NOBODY

  • runtime/JSString.cpp:

(JSC::JSRopeString::getIndexSlowCase):

  • runtime/JSString.h:
File:
1 edited

Legend:

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

    r153532 r153537  
    321321        void outOfMemory(ExecState*) const;
    322322           
    323         JSString* getIndexSlowCase(ExecState*, unsigned);
     323        JS_EXPORT_PRIVATE JSString* getIndexSlowCase(ExecState*, unsigned);
    324324
    325325        mutable FixedArray<WriteBarrier<JSString>, s_maxInternalRopeLength> m_fibers;
Note: See TracChangeset for help on using the changeset viewer.