Title: [228440] trunk/Source/WebCore
- Revision
- 228440
- Author
- [email protected]
- Date
- 2018-02-13 15:23:09 -0800 (Tue, 13 Feb 2018)
Log 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:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (228439 => 228440)
--- trunk/Source/WebCore/ChangeLog 2018-02-13 23:18:16 UTC (rev 228439)
+++ trunk/Source/WebCore/ChangeLog 2018-02-13 23:23:09 UTC (rev 228440)
@@ -1,3 +1,12 @@
+2018-02-13 Antoine Quint <[email protected]>
+
+ [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:
+
2018-02-13 Chris Dumez <[email protected]>
Unreviewed attempt to fix build after r228437.
Modified: trunk/Source/WebCore/dom/Element.h (228439 => 228440)
--- trunk/Source/WebCore/dom/Element.h 2018-02-13 23:18:16 UTC (rev 228439)
+++ trunk/Source/WebCore/dom/Element.h 2018-02-13 23:23:09 UTC (rev 228440)
@@ -554,6 +554,7 @@
Element* findAnchorElementForLink(String& outAnchorName);
ExceptionOr<Ref<WebAnimation>> animate(ScriptExecutionContext&, JSC::Strong<JSC::JSObject>&&, std::optional<Variant<double, KeyframeAnimationOptions>>&&);
+ Vector<RefPtr<WebAnimation>> getAnimations();
protected:
Element(const QualifiedName&, Document&, ConstructionType);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes