| Index: third_party/WebKit/Source/core/dom/SecurityContext.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/SecurityContext.cpp b/third_party/WebKit/Source/core/dom/SecurityContext.cpp
|
| index 354ce7650690804324e6463f4dd8f211ddef31d0..04e8421cdbd62371c8cb27b46bf2e275b1243f16 100644
|
| --- a/third_party/WebKit/Source/core/dom/SecurityContext.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/SecurityContext.cpp
|
| @@ -78,7 +78,7 @@ String SecurityContext::addressSpaceForBindings() const {
|
| case WebAddressSpaceLocal:
|
| return "local";
|
| }
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| return "public";
|
| }
|
|
|
|
|