Changeset 32654 in webkit for trunk/JavaScriptCore
- Timestamp:
- Apr 28, 2008, 12:12:43 PM (17 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r32652 r32654 1 2008-04-28 Alexey Proskuryakov <[email protected]> 2 3 Windows build fix. 4 5 * kjs/ExecState.h: For whatever reason, MSVC couldn't generate a default constructor for 6 a struct that had a "const List" member. Removing the const qulifier makes the problem go away. 7 1 8 2008-04-28 Alexey Proskuryakov <[email protected]> 2 9 -
trunk/JavaScriptCore/kjs/ExecState.h
r32652 r32654 58 58 59 59 CommonIdentifiers* propertyNames; 60 constList emptyList;60 List emptyList; 61 61 }; 62 62
Note:
See TracChangeset
for help on using the changeset viewer.