Changeset 104900 in webkit for trunk/Source/JavaScriptCore/yarr/YarrPattern.h
- Timestamp:
- Jan 12, 2012, 11:23:44 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/yarr/YarrPattern.h
r98316 r104900 317 317 318 318 struct YarrPattern { 319 YarrPattern(const UString& pattern, bool ignoreCase, bool multiline, const char** error);319 JS_EXPORT_PRIVATE YarrPattern(const UString& pattern, bool ignoreCase, bool multiline, const char** error); 320 320 321 321 ~YarrPattern()
Note:
See TracChangeset
for help on using the changeset viewer.