Changeset 162393 in webkit for trunk/Source/JavaScriptCore/parser/Parser.cpp
- Timestamp:
- Jan 20, 2014, 5:10:29 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/parser/Parser.cpp
r162006 r162393 519 519 } 520 520 } 521 return context.createBindingLocation(m_token.m_location, name, m_token.m_ endPosition, m_token.m_startPosition, m_token.m_endPosition);521 return context.createBindingLocation(m_token.m_location, name, m_token.m_startPosition, m_token.m_endPosition); 522 522 } 523 523
Note:
See TracChangeset
for help on using the changeset viewer.