| Index: Source/core/dom/Text.h
|
| diff --git a/Source/core/dom/Text.h b/Source/core/dom/Text.h
|
| index 44565a62163220936783058312fae1b5aeba273d..136822de754132a7d6fe89054dba2e3bfe1c7fcd 100644
|
| --- a/Source/core/dom/Text.h
|
| +++ b/Source/core/dom/Text.h
|
| @@ -58,8 +58,8 @@ public:
|
| virtual NodeType nodeType() const OVERRIDE;
|
|
|
| protected:
|
| - Text(TreeScope* tree_scope, const String& data, ConstructionType type)
|
| - : CharacterData(tree_scope, data, type)
|
| + Text(TreeScope* treeScope, const String& data, ConstructionType type)
|
| + : CharacterData(treeScope, data, type)
|
| {
|
| ScriptWrappable::init(this);
|
| }
|
|
|