Chromium Code Reviews

Unified Diff: third_party/WebKit/Source/modules/sensor/Sensor.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/sensor/Sensor.h
diff --git a/third_party/WebKit/Source/modules/sensor/Sensor.h b/third_party/WebKit/Source/modules/sensor/Sensor.h
index 5f9e8b5c1bd1217b79b2ea4de225290beec1e55a..1e2e7efb6cfa605bc131bc7ad1dd6be71b2771a8 100644
--- a/third_party/WebKit/Source/modules/sensor/Sensor.h
+++ b/third_party/WebKit/Source/modules/sensor/Sensor.h
@@ -23,7 +23,7 @@ class SensorReading;
class SensorUpdateNotificationStrategy;
class Sensor : public EventTargetWithInlineData,
- public ActiveScriptWrappable,
+ public ActiveScriptWrappable<Sensor>,
public ContextLifecycleObserver,
public SensorProxy::Observer {
USING_GARBAGE_COLLECTED_MIXIN(Sensor);

Powered by Google App Engine