| Index: Source/modules/push_messaging/PushError.cpp
|
| diff --git a/Source/modules/push_messaging/PushError.cpp b/Source/modules/push_messaging/PushError.cpp
|
| index 1fd71d92ec679f82123fdba41437d5c93c8d58b0..d4eb8f700016eb6e116143ac0273925b99887080 100644
|
| --- a/Source/modules/push_messaging/PushError.cpp
|
| +++ b/Source/modules/push_messaging/PushError.cpp
|
| @@ -5,12 +5,13 @@
|
| #include "config.h"
|
| #include "modules/push_messaging/PushError.h"
|
|
|
| +#include "core/dom/DOMException.h"
|
| #include "core/dom/ExceptionCode.h"
|
| #include "wtf/OwnPtr.h"
|
|
|
| namespace blink {
|
|
|
| -PassRefPtrWillBeRawPtr<DOMException> PushError::take(ScriptPromiseResolver*, WebType* webErrorRaw)
|
| +DOMException* PushError::take(ScriptPromiseResolver*, WebType* webErrorRaw)
|
| {
|
| OwnPtr<WebType> webError = adoptPtr(webErrorRaw);
|
| switch (webError->errorType) {
|
|
|