Changeset 34950 in webkit for trunk/JavaScriptCore
- Timestamp:
- Jul 2, 2008, 12:57:56 AM (17 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r34948 r34950 1 2008-07-02 Alexey Proskuryakov <[email protected]> 2 3 Another non-AllInOne build fix. 4 5 * kjs/JSGlobalObject.cpp: Include JSLock.h here, too. 6 1 7 2008-07-02 Alexey Proskuryakov <[email protected]> 2 8 -
trunk/JavaScriptCore/kjs/JSGlobalObject.cpp
r34947 r34950 42 42 #include "FunctionConstructor.h" 43 43 #include "FunctionPrototype.h" 44 #include "JSLock.h" 44 45 #include "Machine.h" 45 46 #include "MathObject.h"
Note:
See TracChangeset
for help on using the changeset viewer.