Changeset 181890 in webkit
- Timestamp:
- Mar 24, 2015, 2:22:34 AM (11 years ago)
- Location:
- trunk/Source/JavaScriptCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
runtime/ExceptionHelpers.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r181889 r181890 1 2015-03-24 Michael Saboff <msaboff@apple.com> 2 3 Unreviewed build fix for debug builds. 4 5 * runtime/ExceptionHelpers.cpp: 6 (JSC::invalidParameterInSourceAppender): 7 1 8 2015-03-24 Saam Barati <saambarati1@gmail.com> 2 9 -
trunk/Source/JavaScriptCore/runtime/ExceptionHelpers.cpp
r181889 r181890 209 209 static String invalidParameterInSourceAppender(const String& originalMessage, const String& sourceText, RuntimeType, ErrorInstance::SourceTextWhereErrorOccurred occurrence) 210 210 { 211 ASSERT(type != TypeObject);212 213 211 if (occurrence == ErrorInstance::FoundApproximateSource) 214 212 return defaultApproximateSourceError(originalMessage, sourceText);
Note:
See TracChangeset
for help on using the changeset viewer.