Changeset 171843 in webkit for trunk/Source/JavaScriptCore
- Timestamp:
- Jul 30, 2014, 11:51:47 PM (11 years ago)
- Location:
- trunk/Source/JavaScriptCore
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r171838 r171843 1 2014-07-30 Andreas Kling <[email protected]> 2 3 Speculative Windows build fix. 4 5 Try to dllimport the dllexported global object HashTable. 6 7 * jsc.cpp: 8 * testRegExp.cpp: 9 1 10 2014-07-30 Andreas Kling <[email protected]> 2 11 -
trunk/Source/JavaScriptCore/jsc.cpp
r171824 r171843 96 96 97 97 namespace JSC { 98 extern const struct HashTable globalObjectTable;98 WTF_IMPORT extern const struct HashTable globalObjectTable; 99 99 } 100 100 -
trunk/Source/JavaScriptCore/testRegExp.cpp
r171824 r171843 47 47 48 48 namespace JSC { 49 extern const struct HashTable globalObjectTable;49 WTF_IMPORT extern const struct HashTable globalObjectTable; 50 50 } 51 51
Note:
See TracChangeset
for help on using the changeset viewer.