| Index: third_party/WebKit/Source/core/dom/shadow/ShadowRoot.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/shadow/ShadowRoot.cpp b/third_party/WebKit/Source/core/dom/shadow/ShadowRoot.cpp
|
| index f4e47ae4f9a79671bb4fccf419a7739384e9c601..8e3af0d0ac57631243144948e60606fd21c710a4 100644
|
| --- a/third_party/WebKit/Source/core/dom/shadow/ShadowRoot.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/shadow/ShadowRoot.cpp
|
| @@ -113,7 +113,7 @@ ShadowRoot* ShadowRoot::olderShadowRootForBindings() const
|
|
|
| PassRefPtrWillBeRawPtr<Node> ShadowRoot::cloneNode(bool, ExceptionState& exceptionState)
|
| {
|
| - exceptionState.throwDOMException(DataCloneError, "ShadowRoot nodes are not clonable.");
|
| + exceptionState.throwDOMException(NotSupportedError, "ShadowRoot nodes are not clonable.");
|
| return nullptr;
|
| }
|
|
|
|
|