Changeset 118995 in webkit for trunk/Source/JavaScriptCore/interpreter/Interpreter.cpp
- Timestamp:
- May 30, 2012, 4:47:27 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/interpreter/Interpreter.cpp
r118240 r118995 1025 1025 appendSourceToError(callFrame, static_cast<ErrorInstance*>(exception), bytecodeOffset); 1026 1026 1027 if ( codeBlock->hasLineInfo() &&!hasErrorInfo(callFrame, exception)) {1027 if (!hasErrorInfo(callFrame, exception)) { 1028 1028 // FIXME: should only really be adding these properties to VM generated exceptions, 1029 1029 // but the inspector currently requires these for all thrown objects.
Note:
See TracChangeset
for help on using the changeset viewer.