Changeset 67855 in webkit for trunk/JavaScriptCore/runtime/RegExpObject.h
- Timestamp:
- Sep 20, 2010, 9:18:23 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/RegExpObject.h
r60392 r67855 46 46 47 47 virtual const ClassInfo* classInfo() const { return &info; } 48 static const ClassInfo info;48 static JS_EXPORTDATA const ClassInfo info; 49 49 50 50 static PassRefPtr<Structure> createStructure(JSValue prototype)
Note:
See TracChangeset
for help on using the changeset viewer.