Changeset 228439 in webkit


Ignore:
Timestamp:
Feb 13, 2018 3:18:16 PM (6 years ago)
Author:
Chris Dumez
Message:

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

    r228437 r228439  
     12018-02-13  Chris Dumez  <cdumez@apple.com>
     2
     3        Unreviewed attempt to fix build after r228437.
     4
     5        * dom/Element.h:
     6
    172018-02-13  Antoine Quint  <graouts@apple.com>
    28
  • trunk/Source/WebCore/dom/Element.h

    r228437 r228439  
    554554    Element* findAnchorElementForLink(String& outAnchorName);
    555555
    556     AccessibleNode* existingAccessibleNode() const;
    557     AccessibleNode* accessibleNode();
    558 
    559556    ExceptionOr<Ref<WebAnimation>> animate(ScriptExecutionContext&, JSC::Strong<JSC::JSObject>&&, std::optional<Variant<double, KeyframeAnimationOptions>>&&);
    560557
Note: See TracChangeset for help on using the changeset viewer.