Changeset 34844 in webkit for trunk/JavaScriptCore/kjs/BooleanConstructor.h
- Timestamp:
- Jun 27, 2008, 10:20:06 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/BooleanConstructor.h
r34843 r34844 22 22 #define BooleanConstructor_h 23 23 24 #include " FunctionPrototype.h"24 #include "JSFunction.h" 25 25 26 26 namespace KJS { 27 28 class BooleanPrototype; 29 class FunctionPrototype; 27 30 28 31 /**
Note:
See TracChangeset
for help on using the changeset viewer.