⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 181890 in webkit


Ignore:
Timestamp:
Mar 24, 2015, 2:22:34 AM (11 years ago)
Author:
msaboff@apple.com
Message:

Unreviewed build fix for debug builds.

  • runtime/ExceptionHelpers.cpp:

(JSC::invalidParameterInSourceAppender):

Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r181889 r181890  
     12015-03-24  Michael Saboff  <msaboff@apple.com>
     2
     3        Unreviewed build fix for debug builds.
     4
     5        * runtime/ExceptionHelpers.cpp:
     6        (JSC::invalidParameterInSourceAppender):
     7
    182015-03-24  Saam Barati  <saambarati1@gmail.com>
    29
  • trunk/Source/JavaScriptCore/runtime/ExceptionHelpers.cpp

    r181889 r181890  
    209209static String invalidParameterInSourceAppender(const String& originalMessage, const String& sourceText, RuntimeType, ErrorInstance::SourceTextWhereErrorOccurred occurrence)
    210210{
    211     ASSERT(type != TypeObject);
    212 
    213211    if (occurrence == ErrorInstance::FoundApproximateSource)
    214212        return defaultApproximateSourceError(originalMessage, sourceText);
Note: See TracChangeset for help on using the changeset viewer.