| 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 ca1e4d3c7f5366c1ee5d85fec6fc785d2a7d8a9e..4da54ffc346d61244104e576d6356e1bc90a7d59 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/WaitUntilObserver.cpp
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/WaitUntilObserver.cpp
|
| @@ -12,6 +12,7 @@
|
| #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"
|
| @@ -143,7 +144,7 @@
|
| void WaitUntilObserver::reportError(const ScriptValue& value)
|
| {
|
| // FIXME: Propagate error message to the client for onerror handling.
|
| - NOTIMPLEMENTED();
|
| + notImplemented();
|
|
|
| m_hasError = true;
|
| }
|
|
|