| Index: third_party/WebKit/Source/core/dom/shadow/ShadowRoot.h
|
| diff --git a/third_party/WebKit/Source/core/dom/shadow/ShadowRoot.h b/third_party/WebKit/Source/core/dom/shadow/ShadowRoot.h
|
| index 5748962990ed6e9ff92ea5cab4f35080b8601463..6d23555b754e4b3e6c8f2c85e6ac4fa1c9b45f7c 100644
|
| --- a/third_party/WebKit/Source/core/dom/shadow/ShadowRoot.h
|
| +++ b/third_party/WebKit/Source/core/dom/shadow/ShadowRoot.h
|
| @@ -124,7 +124,6 @@ public:
|
| void setInnerHTML(const String&, ExceptionState&);
|
|
|
| PassRefPtrWillBeRawPtr<Node> cloneNode(bool, ExceptionState&);
|
| - PassRefPtrWillBeRawPtr<Node> cloneNode(ExceptionState& exceptionState) { return cloneNode(true, exceptionState); }
|
|
|
| StyleSheetList* styleSheets();
|
|
|
|
|