Changeset 164216 in webkit


Ignore:
Timestamp:
Feb 17, 2014 5:14:44 AM (10 years ago)
Author:
commit-queue@webkit.org
Message:

CLoop buildfix after r164207
https://bugs.webkit.org/show_bug.cgi?id=128899

Patch by Dániel Bátyai <Dániel Bátyai> on 2014-02-17
Reviewed by Csaba Osztrogonác.

  • dfg/DFGCommon.h:

(JSC::DFG::shouldShowDisassembly):

Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r164208 r164216  
     12014-02-17  Dániel Bátyai  <dbatyai.u-szeged@partner.samsung.com>
     2
     3        CLoop buildfix after r164207
     4        https://bugs.webkit.org/show_bug.cgi?id=128899
     5
     6        Reviewed by Csaba Osztrogonác.
     7
     8        * dfg/DFGCommon.h:
     9        (JSC::DFG::shouldShowDisassembly):
     10
    1112014-02-16  Filip Pizlo  <fpizlo@apple.com>
    212
  • trunk/Source/JavaScriptCore/dfg/DFGCommon.h

    r164207 r164216  
    296296    return Options::showDisassembly() || Options::showDFGDisassembly() || (isFTL(mode) && Options::showFTLDisassembly());
    297297#else
     298    UNUSED_PARAM(mode);
    298299    return false;
    299300#endif
Note: See TracChangeset for help on using the changeset viewer.