Index: Source/core/html/shadow/ClearButtonElement.h |
diff --git a/Source/core/html/shadow/ClearButtonElement.h b/Source/core/html/shadow/ClearButtonElement.h |
index 9b9c0c02de872566776b3c4dd1bc584dade50c15..a08b1d336f610f9e70649aed60555c2f52cc943f 100644 |
--- a/Source/core/html/shadow/ClearButtonElement.h |
+++ b/Source/core/html/shadow/ClearButtonElement.h |
@@ -47,7 +47,7 @@ public: |
private: |
ClearButtonElement(Document*, ClearButtonOwner&); |
- virtual void detach(); |
+ virtual void detach(const AttachContext& = AttachContext()) OVERRIDE; |
virtual bool isMouseFocusable() const { return false; } |
virtual void defaultEventHandler(Event*); |
virtual bool isClearButtonElement() const OVERRIDE; |