Changeset 43881 in webkit for trunk/JavaScriptCore/parser/Nodes.cpp
- Timestamp:
- May 19, 2009, 6:18:05 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/parser/Nodes.cpp
r43839 r43881 50 50 namespace JSC { 51 51 52 static void substitute(UString& string, const UString& substring) JSC_FAST_CALL;52 static void substitute(UString& string, const UString& substring); 53 53 54 54 // ------------------------------ ThrowableExpressionData --------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.