Changeset 228440 in webkit


Ignore:
Timestamp:
Feb 13, 2018 3:23:09 PM (6 years ago)
Author:
graouts@webkit.org
Message:

[Web Animations] Make KeyframeEffect target nullable and read-write
https://bugs.webkit.org/show_bug.cgi?id=182741

Additional unreviewed attempt to fix build after r228437.

  • dom/Element.h:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r228439 r228440  
     12018-02-13  Antoine Quint  <graouts@apple.com>
     2
     3        [Web Animations] Make KeyframeEffect target nullable and read-write
     4        https://bugs.webkit.org/show_bug.cgi?id=182741
     5
     6        Additional unreviewed attempt to fix build after r228437.
     7
     8        * dom/Element.h:
     9
    1102018-02-13  Chris Dumez  <cdumez@apple.com>
    211
  • trunk/Source/WebCore/dom/Element.h

    r228439 r228440  
    555555
    556556    ExceptionOr<Ref<WebAnimation>> animate(ScriptExecutionContext&, JSC::Strong<JSC::JSObject>&&, std::optional<Variant<double, KeyframeAnimationOptions>>&&);
     557    Vector<RefPtr<WebAnimation>> getAnimations();
    557558
    558559protected:
Note: See TracChangeset for help on using the changeset viewer.