Changeset 97620 in webkit


Ignore:
Timestamp:
Oct 17, 2011 7:21:10 AM (13 years ago)
Author:
Adam Roben
Message:

Windows build fix after r97536, part 3

  • runtime/JSAPIValueWrapper.h:
  • runtime/JSObject.h:

Use JS_EXPORTDATA to export the s_info members.

Location:
trunk/Source/JavaScriptCore
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r97618 r97620  
     12011-10-17  Adam Roben  <aroben@apple.com>
     2
     3        Windows build fix after r97536, part 3
     4
     5        * runtime/JSAPIValueWrapper.h:
     6        * runtime/JSObject.h:
     7        Use JS_EXPORTDATA to export the s_info members.
     8
    192011-10-17  Adam Roben  <aroben@apple.com>
    210
  • trunk/Source/JavaScriptCore/runtime/JSAPIValueWrapper.h

    r95901 r97620  
    4343        }
    4444       
    45         static const ClassInfo s_info;
     45        static JS_EXPORTDATA const ClassInfo s_info;
    4646       
    4747        static JSAPIValueWrapper* create(ExecState* exec, JSValue value)
  • trunk/Source/JavaScriptCore/runtime/JSObject.h

    r97537 r97620  
    375375        }
    376376
    377         static const ClassInfo s_info;
     377        static JS_EXPORTDATA const ClassInfo s_info;
    378378
    379379    protected:
Note: See TracChangeset for help on using the changeset viewer.