| Index: third_party/WebKit/Source/core/dom/CharacterData.h
|
| diff --git a/third_party/WebKit/Source/core/dom/CharacterData.h b/third_party/WebKit/Source/core/dom/CharacterData.h
|
| index 7f93e29b398778e36e22d491445223bd9e518a93..ff68ecac5312336191cd6f463ab2b069746dbefb 100644
|
| --- a/third_party/WebKit/Source/core/dom/CharacterData.h
|
| +++ b/third_party/WebKit/Source/core/dom/CharacterData.h
|
| @@ -58,7 +58,7 @@ class CORE_EXPORT CharacterData : public Node {
|
|
|
| protected:
|
| CharacterData(TreeScope& treeScope, const String& text, ConstructionType type)
|
| - : Node(&treeScope, type), m_data(!text.isNull() ? text : emptyString()) {
|
| + : Node(&treeScope, type), m_data(!text.isNull() ? text : emptyString) {
|
| DCHECK(type == CreateOther || type == CreateText ||
|
| type == CreateEditingText);
|
| }
|
|
|