| Index: third_party/WebKit/Source/core/dom/Node.idl
|
| diff --git a/third_party/WebKit/Source/core/dom/Node.idl b/third_party/WebKit/Source/core/dom/Node.idl
|
| index bab9d49825f4da4dd9e146bdcf2ac73b24384d67..96782757f9e00a601920d151ab45b90959ec12f1 100644
|
| --- a/third_party/WebKit/Source/core/dom/Node.idl
|
| +++ b/third_party/WebKit/Source/core/dom/Node.idl
|
| @@ -55,8 +55,7 @@
|
|
|
| [CEReactions, CustomElementCallbacks] attribute DOMString? nodeValue;
|
|
|
| - // FIXME: textContent should not have [TreatUndefinedAs=NullString].
|
| - [TreatUndefinedAs=NullString, CEReactions, CustomElementCallbacks] attribute DOMString? textContent;
|
| + [CEReactions, CustomElementCallbacks] attribute DOMString? textContent;
|
| [CEReactions, CustomElementCallbacks] void normalize();
|
|
|
| [NewObject, DoNotTestNewObject, CEReactions, CustomElementCallbacks] Node cloneNode(optional boolean deep = false);
|
|
|