Index: Source/core/html/shadow/SpinButtonElement.h |
diff --git a/Source/core/html/shadow/SpinButtonElement.h b/Source/core/html/shadow/SpinButtonElement.h |
index 6f6611b8e11ce3a2f875a8df0aae158ac57db487..869e47df80fcfeaa7ea330e3b8fb0d51340392e7 100644 |
--- a/Source/core/html/shadow/SpinButtonElement.h |
+++ b/Source/core/html/shadow/SpinButtonElement.h |
@@ -70,7 +70,7 @@ private: |
SpinButtonElement(Document*, SpinButtonOwner&); |
virtual const AtomicString& shadowPseudoId() const; |
- 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; |