| Index: third_party/WebKit/Source/core/html/URLRegistry.h
|
| diff --git a/third_party/WebKit/Source/core/html/URLRegistry.h b/third_party/WebKit/Source/core/html/URLRegistry.h
|
| index 77e94e0cb8c8c2be8c1bc4de8eb6bee05c76c0b3..63e7b53fa8e2e5f119f73118d2c208c9ecf140b8 100644
|
| --- a/third_party/WebKit/Source/core/html/URLRegistry.h
|
| +++ b/third_party/WebKit/Source/core/html/URLRegistry.h
|
| @@ -54,8 +54,8 @@ public:
|
| virtual void unregisterURL(const KURL&) = 0;
|
|
|
| // These are optional APIs
|
| - virtual URLRegistrable* lookup(const String&) { ASSERT_NOT_REACHED(); return nullptr; }
|
| - virtual bool contains(const String&) { ASSERT_NOT_REACHED(); return false; }
|
| + virtual URLRegistrable* lookup(const String&) { NOTREACHED(); return nullptr; }
|
| + virtual bool contains(const String&) { NOTREACHED(); return false; }
|
| };
|
|
|
| } // namespace blink
|
|
|