Changeset 67769 in webkit for trunk/JavaScriptCore/parser/JSParser.h
- Timestamp:
- Sep 17, 2010, 6:06:59 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/parser/JSParser.h
r63566 r67769 29 29 namespace JSC { 30 30 31 class FunctionParameters; 31 32 class Identifier; 32 33 class JSGlobalData; … … 155 156 }; 156 157 157 int jsParse(JSGlobalData*, const SourceCode*);158 int jsParse(JSGlobalData*, FunctionParameters*, const SourceCode*); 158 159 } 159 160 #endif // JSParser_h
Note:
See TracChangeset
for help on using the changeset viewer.