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