Chromium Code Reviews| Index: Source/core/dom/Text.h |
| diff --git a/Source/core/dom/Text.h b/Source/core/dom/Text.h |
| index 5388fc846b0c93bd4eb5187d47db1818da17e919..a768e2ce88c34eee4fba8642c4a1404ff65bd434 100644 |
| --- a/Source/core/dom/Text.h |
| +++ b/Source/core/dom/Text.h |
| @@ -58,7 +58,7 @@ public: |
| protected: |
| Text(TreeScope& treeScope, const String& data, ConstructionType type) |
| - : CharacterData(&treeScope, data, type) |
| + : CharacterData(treeScope, data, type) |
| { |
| ScriptWrappable::init(this); |
| } |