| Index: third_party/WebKit/Source/core/inspector/InspectorDOMAgent.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.cpp b/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.cpp
|
| index ed98379bcde870ffc915985dabc8df1f50800d8c..4a86b262b5446ade084f23148e27abb3556070db 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.cpp
|
| @@ -1344,7 +1344,7 @@ static protocol::DOM::ShadowRootType GetShadowRootType(
|
| case ShadowRootType::kClosed:
|
| return protocol::DOM::ShadowRootTypeEnum::Closed;
|
| }
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| return protocol::DOM::ShadowRootTypeEnum::UserAgent;
|
| }
|
|
|
|
|