Index: Source/core/html/HTMLProgressElement.h |
diff --git a/Source/core/html/HTMLProgressElement.h b/Source/core/html/HTMLProgressElement.h |
index 839aef18b9c3ec3c9f9a9bc8e87e176a3b7104ed..42e3287852ee56ccffb012383ed4deb5761b4540 100644 |
--- a/Source/core/html/HTMLProgressElement.h |
+++ b/Source/core/html/HTMLProgressElement.h |
@@ -59,7 +59,7 @@ private: |
virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; |
- virtual void attach(); |
+ virtual void attach(const AttachContext& = AttachContext()) OVERRIDE; |
void didElementStateChange(); |
virtual void didAddUserAgentShadowRoot(ShadowRoot*) OVERRIDE; |