| Index: third_party/WebKit/Source/core/testing/Internals.cpp
|
| diff --git a/third_party/WebKit/Source/core/testing/Internals.cpp b/third_party/WebKit/Source/core/testing/Internals.cpp
|
| index 61ae4c139261a6107520d02a6d4f4458848905be..0f9f83c1a76863edcbfc8ba0c4753a04180bc60e 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.cpp
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.cpp
|
| @@ -691,8 +691,8 @@ String Internals::shadowRootType(const Node* root, ExceptionState& exceptionStat
|
| switch (toShadowRoot(root)->type()) {
|
| case ShadowRootType::UserAgent:
|
| return String("UserAgentShadowRoot");
|
| - case ShadowRootType::OpenByDefault:
|
| - return String("OpenByDefaultShadowRoot");
|
| + case ShadowRootType::V0:
|
| + return String("V0ShadowRoot");
|
| case ShadowRootType::Open:
|
| return String("OpenShadowRoot");
|
| case ShadowRootType::Closed:
|
|
|