Changeset 62551 in webkit for trunk/JavaScriptCore/bytecode/CodeBlock.cpp
- Timestamp:
- Jul 6, 2010, 9:14:44 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/bytecode/CodeBlock.cpp
r61588 r62551 1 1 /* 2 * Copyright (C) 2008, 2009 Apple Inc. All rights reserved.2 * Copyright (C) 2008, 2009, 2010 Apple Inc. All rights reserved. 3 3 * Copyright (C) 2008 Cameron Zwarich <[email protected]> 4 4 * … … 1539 1539 } 1540 1540 1541 m_exceptionInfo .set(m_ownerExecutable->reparseExceptionInfo(m_globalData, scopeChain, this));1541 m_exceptionInfo = m_ownerExecutable->reparseExceptionInfo(m_globalData, scopeChain, this); 1542 1542 return m_exceptionInfo; 1543 1543 }
Note:
See TracChangeset
for help on using the changeset viewer.