Changeset 180249 in webkit


Ignore:
Timestamp:
Feb 17, 2015 6:52:06 PM (9 years ago)
Author:
ap@apple.com
Message:

Debug build fix after r180247.

  • ftl/FTLLowerDFGToLLVM.cpp: (JSC::FTL::LowerDFGToLLVM::loweringFailed):
Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r180248 r180249  
     12015-02-17  Alexey Proskuryakov  <ap@apple.com>
     2
     3        Debug build fix after r180247.
     4
     5        * ftl/FTLLowerDFGToLLVM.cpp: (JSC::FTL::LowerDFGToLLVM::loweringFailed):
     6
    172015-02-17  Commit Queue  <commit-queue@webkit.org>
    28
  • trunk/Source/JavaScriptCore/ftl/FTLLowerDFGToLLVM.cpp

    r180247 r180249  
    70307030    }
    70317031
    7032     void loweringFailed(Node* node, const char* file, int line, const char* function, const char* assertion)
     7032    NO_RETURN_DUE_TO_ASSERT void loweringFailed(Node* node, const char* file, int line, const char* function, const char* assertion)
    70337033    {
    70347034#ifndef NDEBUG
Note: See TracChangeset for help on using the changeset viewer.