| Index: third_party/WebKit/Source/core/workers/WorkerLocation.h
|
| diff --git a/third_party/WebKit/Source/core/workers/WorkerLocation.h b/third_party/WebKit/Source/core/workers/WorkerLocation.h
|
| index 56f46d8bca4a3518ce3a01449015340900dc98c8..e67bd86fe2b061d6d39891c2a9851d3b876449f6 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerLocation.h
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerLocation.h
|
| @@ -46,7 +46,7 @@ public:
|
| KURL url() const override { return m_url; }
|
| String input() const override
|
| {
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| return String();
|
| }
|
|
|
|
|