Index: Source/modules/vr/VRController.cpp |
diff --git a/Source/modules/vr/VRController.cpp b/Source/modules/vr/VRController.cpp |
index b5fc848737005cd242a6541301c758cac5b70a10..494d9fb1819e8fd32cd237b98985c06067930058 100644 |
--- a/Source/modules/vr/VRController.cpp |
+++ b/Source/modules/vr/VRController.cpp |
@@ -51,7 +51,7 @@ void VRController::getDevices(WebVRGetDevicesCallback* callback) |
m_client->getDevices(callback); |
} |
-void VRController::getSensorState(unsigned index, blink::WebHMDSensorState& into) |
+void VRController::getSensorState(unsigned index, WebHMDSensorState& into) |
{ |
// When detached, the client is no longer valid. |
if (!m_client) |