Changeset 273299 in webkit for trunk/Source/JavaScriptCore/parser/ParserTokens.h
- Timestamp:
- Feb 22, 2021, 11:43:16 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/parser/ParserTokens.h
r273225 r273299 28 28 #include <limits.h> 29 29 #include <stdint.h> 30 31 namespace WTF { 32 class PrintStream; 33 } 30 34 31 35 namespace JSC { … … 285 289 JSTextPosition m_endPosition; 286 290 287 void dump( PrintStream&) const;291 void dump(WTF::PrintStream&) const; 288 292 }; 289 293
Note:
See TracChangeset
for help on using the changeset viewer.