| Index: third_party/WebKit/Source/core/dom/DocumentFragment.h
|
| diff --git a/third_party/WebKit/Source/core/dom/DocumentFragment.h b/third_party/WebKit/Source/core/dom/DocumentFragment.h
|
| index 7e50f0ce6fab2ae9f875c1cefd6f015c9cd3c4ac..6e6f0888ac2f2f47df2ea5fc0076c92c123f126e 100644
|
| --- a/third_party/WebKit/Source/core/dom/DocumentFragment.h
|
| +++ b/third_party/WebKit/Source/core/dom/DocumentFragment.h
|
| @@ -52,7 +52,7 @@ class CORE_EXPORT DocumentFragment : public ContainerNode {
|
|
|
| private:
|
| NodeType getNodeType() const final;
|
| - Node* cloneNode(bool deep) override;
|
| + Node* cloneNode(bool deep, ExceptionState&) override;
|
| bool childTypeAllowed(NodeType) const override;
|
|
|
| bool isDocumentFragment() const =
|
|
|