Changeset 233730 in webkit


Ignore:
Timestamp:
Jul 11, 2018 9:34:37 AM (6 years ago)
Author:
graouts@webkit.org
Message:

[Web Animations] Make WPT test at interfaces/KeyframeEffect/processing-a-keyframes-argument-001.html pass reliably
https://bugs.webkit.org/show_bug.cgi?id=186501
<rdar://problem/41000224>

Unreviewed build fix after r233729.

  • animation/KeyframeEffectReadOnly.cpp:

(WebCore::processIterableKeyframes):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r233729 r233730  
     12018-07-11  Antoine Quint  <graouts@apple.com>
     2
     3        [Web Animations] Make WPT test at interfaces/KeyframeEffect/processing-a-keyframes-argument-001.html pass reliably
     4        https://bugs.webkit.org/show_bug.cgi?id=186501
     5        <rdar://problem/41000224>
     6
     7        Unreviewed build fix after r233729.
     8
     9        * animation/KeyframeEffectReadOnly.cpp:
     10        (WebCore::processIterableKeyframes):
     11
    1122018-07-10  Antoine Quint  <graouts@apple.com>
    213
  • trunk/Source/WebCore/animation/KeyframeEffectReadOnly.cpp

    r233729 r233730  
    270270{
    271271    VM& vm = state.vm();
    272     auto scope = DECLARE_THROW_SCOPE(vm);
    273272
    274273    // 1. Let iter be GetIterator(object, method).
Note: See TracChangeset for help on using the changeset viewer.