Changeset 34870 in webkit for trunk/JavaScriptCore/kjs
- Timestamp:
- Jun 29, 2008, 1:19:00 AM (17 years ago)
- Location:
- trunk/JavaScriptCore/kjs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/RegExpConstructor.cpp
r34863 r34870 27 27 #include "JSString.h" 28 28 #include "ObjectPrototype.h" 29 #include "RegExpObject.h" 29 30 #include "RegExpPrototype.h" 30 31 #include "error_object.h" -
trunk/JavaScriptCore/kjs/RegExpObject.h
r34863 r34870 26 26 27 27 namespace KJS { 28 29 class RegExpPrototype; 28 30 29 31 class RegExpObject : public JSObject {
Note:
See TracChangeset
for help on using the changeset viewer.