| Index: third_party/WebKit/Source/modules/serviceworkers/WaitUntilObserver.cpp
|
| diff --git a/third_party/WebKit/Source/modules/serviceworkers/WaitUntilObserver.cpp b/third_party/WebKit/Source/modules/serviceworkers/WaitUntilObserver.cpp
|
| index 4da54ffc346d61244104e576d6356e1bc90a7d59..ca1e4d3c7f5366c1ee5d85fec6fc785d2a7d8a9e 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/WaitUntilObserver.cpp
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/WaitUntilObserver.cpp
|
| @@ -12,7 +12,6 @@
|
| #include "core/dom/ExecutionContext.h"
|
| #include "modules/serviceworkers/ServiceWorkerGlobalScope.h"
|
| #include "platform/LayoutTestSupport.h"
|
| -#include "platform/NotImplemented.h"
|
| #include "public/platform/modules/serviceworker/WebServiceWorkerEventResult.h"
|
| #include "wtf/Assertions.h"
|
| #include "wtf/RefCounted.h"
|
| @@ -144,7 +143,7 @@ WaitUntilObserver::WaitUntilObserver(ExecutionContext* context, EventType type,
|
| void WaitUntilObserver::reportError(const ScriptValue& value)
|
| {
|
| // FIXME: Propagate error message to the client for onerror handling.
|
| - notImplemented();
|
| + NOTIMPLEMENTED();
|
|
|
| m_hasError = true;
|
| }
|
|
|