Changeset 208210 in webkit


Ignore:
Timestamp:
Oct 31, 2016, 8:23:41 PM (8 years ago)
Author:
Simon Fraser
Message:

Fix the EFL build.

  • ftl/FTLOperations.cpp:

(JSC::FTL::operationMaterializeObjectInOSR):

Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r208209 r208210  
     12016-10-31  Simon Fraser  <simon.fraser@apple.com>
     2
     3        Fix the EFL build.
     4
     5        * ftl/FTLOperations.cpp:
     6        (JSC::FTL::operationMaterializeObjectInOSR):
     7
    182016-10-29  Filip Pizlo  <fpizlo@apple.com>
    29
  • trunk/Source/JavaScriptCore/ftl/FTLOperations.cpp

    r208208 r208210  
    386386                        }
    387387                    }
    388                     ASSERT(found);
     388                    ASSERT_UNUSED(found, found);
    389389                }
    390390            }
Note: See TracChangeset for help on using the changeset viewer.