Chromium Code Reviews

Unified Diff: third_party/WebKit/Source/modules/netinfo/NetworkInformation.h

Issue 2577053002: ActiveScriptWrappable: GC wrappers in detached ExecutionContexts. (Closed)
Patch Set: component build fix(msvc) Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/Source/modules/netinfo/NetworkInformation.h
diff --git a/third_party/WebKit/Source/modules/netinfo/NetworkInformation.h b/third_party/WebKit/Source/modules/netinfo/NetworkInformation.h
index d75085a3f0d090897adc796f229fd21d264cd912..d4ce1f5364b594b2b9f56a2d6e1647cccfdf4248 100644
--- a/third_party/WebKit/Source/modules/netinfo/NetworkInformation.h
+++ b/third_party/WebKit/Source/modules/netinfo/NetworkInformation.h
@@ -17,7 +17,7 @@ class ExecutionContext;
class NetworkInformation final
: public EventTargetWithInlineData,
- public ActiveScriptWrappable,
+ public ActiveScriptWrappable<NetworkInformation>,
public SuspendableObject,
public NetworkStateNotifier::NetworkStateObserver {
USING_GARBAGE_COLLECTED_MIXIN(NetworkInformation);

Powered by Google App Engine