Changeset 126464 in webkit for trunk/Source/JavaScriptCore/runtime/NumberObject.h
- Timestamp:
- Aug 23, 2012, 12:08:54 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/NumberObject.h
r103243 r126464 41 41 } 42 42 43 static const ClassInfo s_info;43 static JS_EXPORTDATA const ClassInfo s_info; 44 44 45 45 static Structure* createStructure(JSGlobalData& globalData, JSGlobalObject* globalObject, JSValue prototype) … … 49 49 }; 50 50 51 NumberObject* constructNumber(ExecState*, JSGlobalObject*, JSValue);51 JS_EXPORT_PRIVATE NumberObject* constructNumber(ExecState*, JSGlobalObject*, JSValue); 52 52 53 53 } // namespace JSC
Note:
See TracChangeset
for help on using the changeset viewer.