Index: Source/core/dom/PseudoElement.h |
diff --git a/Source/core/dom/PseudoElement.h b/Source/core/dom/PseudoElement.h |
index 87c80647c180179a24ab161e03a90b9461b3dc61..a5d701864cd822b6072bf40cb971188d71b5db55 100644 |
--- a/Source/core/dom/PseudoElement.h |
+++ b/Source/core/dom/PseudoElement.h |
@@ -43,7 +43,7 @@ public: |
~PseudoElement(); |
virtual PassRefPtr<RenderStyle> customStyleForRenderer() OVERRIDE; |
- virtual void attach() OVERRIDE; |
+ virtual void attach(const AttachContext& = AttachContext()) OVERRIDE; |
virtual bool rendererIsNeeded(const NodeRenderingContext&) OVERRIDE; |
virtual bool canStartSelection() const OVERRIDE { return false; } |