Index: Source/core/html/shadow/SpinButtonElement.h |
diff --git a/Source/core/html/shadow/SpinButtonElement.h b/Source/core/html/shadow/SpinButtonElement.h |
index f2259be34979dd0a4e5171304885237a8eff9617..03f7da403c21f535de89f9d6b32c6abb057799d9 100644 |
--- a/Source/core/html/shadow/SpinButtonElement.h |
+++ b/Source/core/html/shadow/SpinButtonElement.h |
@@ -69,7 +69,7 @@ public: |
private: |
SpinButtonElement(Document*, SpinButtonOwner&); |
- virtual void detach(); |
+ virtual void detach(const AttachContext& = AttachContext()) OVERRIDE; |
virtual bool isSpinButtonElement() const { return true; } |
virtual bool isDisabledFormControl() const OVERRIDE { return shadowHost() && shadowHost()->isDisabledFormControl(); } |
virtual bool matchesReadOnlyPseudoClass() const OVERRIDE; |