Changeset 100391 in webkit for trunk/Source/JavaScriptCore/parser/Parser.cpp
- Timestamp:
- Nov 15, 2011, 6:53:09 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/parser/Parser.cpp
r99618 r100391 60 60 { 61 61 m_lexer = adoptPtr(new LexerType(globalData)); 62 m_arena = m_globalData->parserArena ;62 m_arena = m_globalData->parserArena.get(); 63 63 m_lexer->setCode(source, m_arena); 64 64
Note:
See TracChangeset
for help on using the changeset viewer.