Index: third_party/WebKit/Source/core/dom/Text.h |
diff --git a/third_party/WebKit/Source/core/dom/Text.h b/third_party/WebKit/Source/core/dom/Text.h |
index 4e1c265ff0d591d5caefac747f63e04eb754a85e..448b0b58afe5eecde226d9f07e45fb07e9d7f189 100644 |
--- a/third_party/WebKit/Source/core/dom/Text.h |
+++ b/third_party/WebKit/Source/core/dom/Text.h |
@@ -62,7 +62,7 @@ class CORE_EXPORT Text : public CharacterData { |
unsigned length_of_replaced_data); |
void AttachLayoutTree(const AttachContext& = AttachContext()) final; |
- void ReattachLayoutTreeIfNeeded(const AttachContext& = AttachContext()); |
+ void ReattachLayoutTreeIfNeeded(); |
bool CanContainRangeEndPoint() const final { return true; } |
NodeType getNodeType() const override; |