Title: [228439] trunk/Source/WebCore
Revision
228439
Author
cdu...@apple.com
Date
2018-02-13 15:18:16 -0800 (Tue, 13 Feb 2018)

Log Message

Unreviewed attempt to fix build after r228437.

* dom/Element.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (228438 => 228439)


--- trunk/Source/WebCore/ChangeLog	2018-02-13 23:03:21 UTC (rev 228438)
+++ trunk/Source/WebCore/ChangeLog	2018-02-13 23:18:16 UTC (rev 228439)
@@ -1,3 +1,9 @@
+2018-02-13  Chris Dumez  <cdu...@apple.com>
+
+        Unreviewed attempt to fix build after r228437.
+
+        * dom/Element.h:
+
 2018-02-13  Antoine Quint  <grao...@apple.com>
 
         [Web Animations] Make KeyframeEffect target nullable and read-write

Modified: trunk/Source/WebCore/dom/Element.h (228438 => 228439)


--- trunk/Source/WebCore/dom/Element.h	2018-02-13 23:03:21 UTC (rev 228438)
+++ trunk/Source/WebCore/dom/Element.h	2018-02-13 23:18:16 UTC (rev 228439)
@@ -553,9 +553,6 @@
 
     Element* findAnchorElementForLink(String& outAnchorName);
 
-    AccessibleNode* existingAccessibleNode() const;
-    AccessibleNode* accessibleNode();
-
     ExceptionOr<Ref<WebAnimation>> animate(ScriptExecutionContext&, JSC::Strong<JSC::JSObject>&&, std::optional<Variant<double, KeyframeAnimationOptions>>&&);
 
 protected:
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to