Index: Source/modules/netinfo/NetworkInformation.cpp |
diff --git a/Source/modules/netinfo/NetworkInformation.cpp b/Source/modules/netinfo/NetworkInformation.cpp |
index 31829421cc90873c62bdf347114ba9ff5791ea43..9b5a08f256f9224e343c4dccc55b5a773a6095e4 100644 |
--- a/Source/modules/netinfo/NetworkInformation.cpp |
+++ b/Source/modules/netinfo/NetworkInformation.cpp |
@@ -41,7 +41,7 @@ namespace blink { |
NetworkInformation* NetworkInformation::create(ExecutionContext* context) |
{ |
- NetworkInformation* connection = adoptRefCountedGarbageCollectedWillBeNoop(new NetworkInformation(context)); |
+ NetworkInformation* connection = new NetworkInformation(context); |
connection->suspendIfNeeded(); |
return connection; |
} |