| Index: third_party/WebKit/Source/core/dom/Element.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Element.h b/third_party/WebKit/Source/core/dom/Element.h
|
| index 61a4cc34516c49638284624cbcbd5ef8473c5483..213c3ae385d8661c44184f48775d02cdb8a4503a 100644
|
| --- a/third_party/WebKit/Source/core/dom/Element.h
|
| +++ b/third_party/WebKit/Source/core/dom/Element.h
|
| @@ -329,7 +329,7 @@ public:
|
| // shadow roots is prohibited in any combination and throws an exception. Multiple shadow roots
|
| // are allowed only when createShadowRoot() is used without any parameters from JavaScript.
|
| PassRefPtrWillBeRawPtr<ShadowRoot> createShadowRoot(const ScriptState*, ExceptionState&);
|
| - PassRefPtrWillBeRawPtr<ShadowRoot> createShadowRoot(const ScriptState*, const ShadowRootInit&, ExceptionState&);
|
| + PassRefPtrWillBeRawPtr<ShadowRoot> attachShadow(const ScriptState*, const ShadowRootInit&, ExceptionState&);
|
| PassRefPtrWillBeRawPtr<ShadowRoot> createShadowRootInternal(ShadowRootType, ExceptionState&);
|
|
|
| ShadowRoot* openShadowRoot() const;
|
|
|