Changeset 207430 in webkit


Ignore:
Timestamp:
Oct 17, 2016 2:10:34 PM (8 years ago)
Author:
Yusuke Suzuki
Message:

Unreviewed, build fix after r207428
https://bugs.webkit.org/show_bug.cgi?id=163223

Previous build fix r207428 broke all the builds.

  • bytecode/PolymorphicAccess.h:
Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r207428 r207430  
     12016-10-17  Yusuke Suzuki  <utatane.tea@gmail.com>
     2
     3        Unreviewed, build fix after r207428
     4        https://bugs.webkit.org/show_bug.cgi?id=163223
     5
     6        Previous build fix r207428 broke all the builds.
     7
     8        * bytecode/PolymorphicAccess.h:
     9
    1102016-10-17  Yusuke Suzuki  <utatane.tea@gmail.com>
    211
  • trunk/Source/JavaScriptCore/bytecode/PolymorphicAccess.h

    r207428 r207430  
    475475
    476476    struct SpillState {
     477        SpillState() = default;
    477478        SpillState(RegisterSet&& regs, unsigned usedStackBytes)
    478479            : spilledRegisters(WTFMove(regs))
Note: See TracChangeset for help on using the changeset viewer.