Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(18)

Unified Diff: Source/modules/netinfo/NetworkInformation.cpp

Issue 540283003: bindings: Retires ScriptWrappable::init, etc. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/modules/netinfo/NetworkInformation.cpp
diff --git a/Source/modules/netinfo/NetworkInformation.cpp b/Source/modules/netinfo/NetworkInformation.cpp
index 8aa07e97cd1f29ba175d866924f05bd6a104dd6f..31829421cc90873c62bdf347114ba9ff5791ea43 100644
--- a/Source/modules/netinfo/NetworkInformation.cpp
+++ b/Source/modules/netinfo/NetworkInformation.cpp
@@ -146,7 +146,6 @@ NetworkInformation::NetworkInformation(ExecutionContext* context)
, m_observing(false)
, m_contextStopped(false)
{
- ScriptWrappable::init(this);
}
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698