Changeset 34854 in webkit for trunk/JavaScriptCore/kjs/ArrayConstructor.h
- Timestamp:
- Jun 28, 2008, 2:22:01 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/ArrayConstructor.h
r34843 r34854 22 22 #define ArrayConstructor_h 23 23 24 #include " FunctionPrototype.h"24 #include "JSFunction.h" 25 25 26 26 namespace KJS { 27 27 28 28 class ArrayPrototype; 29 class FunctionPrototype; 29 30 30 31 class ArrayConstructor : public InternalFunction {
Note:
See TracChangeset
for help on using the changeset viewer.