Changeset 154892 in webkit for trunk/Source/JavaScriptCore/runtime/ExceptionHelpers.cpp
- Timestamp:
- Aug 30, 2013, 10:02:48 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/ExceptionHelpers.cpp
r154797 r154892 110 110 } 111 111 112 ASSERT(v.isEmpty());113 // FIXME: https://bugs.webkit.org/show_bug.cgi?id=120080 The JSValue should never be empty in this function.112 // The JSValue should never be empty, so this point in the code should never be reached. 113 ASSERT_NOT_REACHED(); 114 114 return vm.smallStrings.emptyString(); 115 115 }
Note:
See TracChangeset
for help on using the changeset viewer.