Index: Source/core/dom/Text.h |
diff --git a/Source/core/dom/Text.h b/Source/core/dom/Text.h |
index 136822de754132a7d6fe89054dba2e3bfe1c7fcd..3f33246c588941efdf33de0188581fd87c6e0f77 100644 |
--- a/Source/core/dom/Text.h |
+++ b/Source/core/dom/Text.h |
@@ -52,7 +52,7 @@ public: |
RenderText* createTextRenderer(RenderArena*, RenderStyle*); |
void updateTextRenderer(unsigned offsetOfReplacedData, unsigned lengthOfReplacedData); |
- virtual void attach() OVERRIDE FINAL; |
+ virtual void attach(const AttachContext& = AttachContext()) OVERRIDE FINAL; |
virtual bool canContainRangeEndPoint() const OVERRIDE FINAL { return true; } |
virtual NodeType nodeType() const OVERRIDE; |