| Index: third_party/WebKit/Source/core/events/ApplicationCacheErrorEvent.cpp
|
| diff --git a/third_party/WebKit/Source/core/events/ApplicationCacheErrorEvent.cpp b/third_party/WebKit/Source/core/events/ApplicationCacheErrorEvent.cpp
|
| index 2ba63ed65ef63f6ff6488be9a9196ba53f057aca..e0784d6975233a4f10eab1d1ff766e9c1145be47 100644
|
| --- a/third_party/WebKit/Source/core/events/ApplicationCacheErrorEvent.cpp
|
| +++ b/third_party/WebKit/Source/core/events/ApplicationCacheErrorEvent.cpp
|
| @@ -35,7 +35,7 @@ static const String& errorReasonToString(WebApplicationCacheHost::ErrorReason re
|
| case WebApplicationCacheHost::UnknownError:
|
| return errorUnknown;
|
| }
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| return emptyString();
|
| }
|
|
|
|
|