Changeset 72207 in webkit for trunk/JavaScriptCore/runtime/JSGlobalData.h
- Timestamp:
- Nov 17, 2010, 7:52:43 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSGlobalData.h
r72197 r72207 221 221 RegExpCache* m_regExpCache; 222 222 223 #if ENABLE(YARR) 223 224 BumpPointerAllocator m_regexAllocator; 225 #endif 224 226 225 227 #if ENABLE(REGEXP_TRACING)
Note:
See TracChangeset
for help on using the changeset viewer.