| Index: Source/core/html/shadow/ClearButtonElement.h
|
| diff --git a/Source/core/html/shadow/ClearButtonElement.h b/Source/core/html/shadow/ClearButtonElement.h
|
| index 0b78b36ba26cb77ddf91204336f36d846a837066..146858b44077bdcd6b23b97d0df927cab13ff710 100644
|
| --- a/Source/core/html/shadow/ClearButtonElement.h
|
| +++ b/Source/core/html/shadow/ClearButtonElement.h
|
| @@ -42,7 +42,6 @@ public:
|
| };
|
|
|
| static PassRefPtrWillBeRawPtr<ClearButtonElement> create(Document&, ClearButtonOwner&);
|
| - void releaseCapture();
|
| void removeClearButtonOwner() { m_clearButtonOwner = nullptr; }
|
|
|
| virtual void trace(Visitor*) override;
|
| @@ -55,7 +54,6 @@ private:
|
| virtual bool isClearButtonElement() const override;
|
|
|
| RawPtrWillBeMember<ClearButtonOwner> m_clearButtonOwner;
|
| - bool m_capturing;
|
| };
|
|
|
| DEFINE_TYPE_CASTS(ClearButtonElement, Element, element, element->isClearButtonElement(), element.isClearButtonElement());
|
|
|