Index: Source/modules/netinfo/NetworkInformation.cpp |
diff --git a/Source/modules/netinfo/NetworkInformation.cpp b/Source/modules/netinfo/NetworkInformation.cpp |
index 9e9a44b62bc486570c85cc79183d669ffb1e1c2d..e358db0dd6eb3ef517bbd4782636d9e85bde9ba4 100644 |
--- a/Source/modules/netinfo/NetworkInformation.cpp |
+++ b/Source/modules/netinfo/NetworkInformation.cpp |
@@ -62,7 +62,7 @@ String NetworkInformation::type() const |
return connectionTypeToString(m_type); |
} |
-void NetworkInformation::connectionTypeChange(blink::WebConnectionType type) |
+void NetworkInformation::connectionTypeChange(WebConnectionType type) |
{ |
ASSERT(executionContext()->isContextThread()); |