| Index: third_party/WebKit/Source/core/dom/Text.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/Text.cpp b/third_party/WebKit/Source/core/dom/Text.cpp
|
| index 1e87792813ed10ae22ece3343ba8fafb276c9143..7ab8e0701db4a629bac56af380740335743a2f07 100644
|
| --- a/third_party/WebKit/Source/core/dom/Text.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Text.cpp
|
| @@ -233,7 +233,7 @@ Node::NodeType Text::getNodeType() const {
|
| return kTextNode;
|
| }
|
|
|
| -Node* Text::cloneNode(bool /*deep*/) {
|
| +Node* Text::cloneNode(bool /*deep*/, ExceptionState&) {
|
| return cloneWithData(data());
|
| }
|
|
|
|
|