Index: Source/modules/geolocation/GeolocationController.cpp |
diff --git a/Source/modules/geolocation/GeolocationController.cpp b/Source/modules/geolocation/GeolocationController.cpp |
index 80bac7825b20d34e8a0c813b65915abfd47fdcd0..dd9f80e24ffe4ff027448296d12bf6a34d421d42 100644 |
--- a/Source/modules/geolocation/GeolocationController.cpp |
+++ b/Source/modules/geolocation/GeolocationController.cpp |
@@ -101,7 +101,7 @@ void GeolocationController::positionChanged(GeolocationPosition* position) |
{ |
position = InspectorInstrumentation::overrideGeolocationPosition(m_page, position); |
if (!position) { |
- errorOccurred(GeolocationError::create(GeolocationError::PositionUnavailable, ASCIILiteral("PositionUnavailable")).get()); |
+ errorOccurred(GeolocationError::create(GeolocationError::PositionUnavailable, "PositionUnavailable").get()); |
return; |
} |
m_lastPosition = position; |