Changeset 48338 in webkit for trunk/JavaScriptCore
- Timestamp:
- Sep 12, 2009, 8:03:55 PM (16 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r48337 r48338 1 2009-09-12 Oliver Hunt <[email protected]> 2 3 Reviewed by NOBODY (Build fix). 4 5 Correct fix for non-allinonefile builds 6 7 * runtime/ObjectConstructor.cpp: 8 1 9 2009-09-12 Oliver Hunt <[email protected]> 2 10 -
trunk/JavaScriptCore/runtime/ObjectConstructor.cpp
r48337 r48338 24 24 #include "Error.h" 25 25 #include "JSFunction.h" 26 #include "JSArray.h" 26 27 #include "JSGlobalObject.h" 27 28 #include "ObjectPrototype.h" 28 29 #include "PropertyDescriptor.h" 30 #include "PropertyNameArray.h" 29 31 #include "PrototypeFunction.h" 30 #include "PrototypeNameArray.h"31 32 32 33 namespace JSC {
Note:
See TracChangeset
for help on using the changeset viewer.