Index: Source/modules/geofencing/GeofencingError.h |
diff --git a/Source/modules/geofencing/GeofencingError.h b/Source/modules/geofencing/GeofencingError.h |
index 8fc5b5e25a8d247a1363b5437231aa834c6e635b..06b90b686ec402defc1506ab51c7616cbeb56c1c 100644 |
--- a/Source/modules/geofencing/GeofencingError.h |
+++ b/Source/modules/geofencing/GeofencingError.h |
@@ -17,7 +17,7 @@ class GeofencingError { |
WTF_MAKE_NONCOPYABLE(GeofencingError); |
public: |
// For CallbackPromiseAdapter. |
- typedef blink::WebGeofencingError WebType; |
+ typedef WebGeofencingError WebType; |
static DOMException* take(ScriptPromiseResolver*, WebType* webErrorRaw); |
static void dispose(WebType* webErrorRaw); |