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

Unified Diff: third_party/WebKit/Source/modules/sensor/Sensor.cpp

Issue 2578193004: Remove ActiveScriptWrappableBase::m_scriptWrappable (Closed)
Patch Set: temp Created 4 years 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: third_party/WebKit/Source/modules/sensor/Sensor.cpp
diff --git a/third_party/WebKit/Source/modules/sensor/Sensor.cpp b/third_party/WebKit/Source/modules/sensor/Sensor.cpp
index 6c3ecc113b0d9808d4f9b4e197c446d1a978b5bf..af1b741baa63e17c752ab1a46f43bcbfced6f081 100644
--- a/third_party/WebKit/Source/modules/sensor/Sensor.cpp
+++ b/third_party/WebKit/Source/modules/sensor/Sensor.cpp
@@ -22,8 +22,7 @@ Sensor::Sensor(ExecutionContext* executionContext,
const SensorOptions& sensorOptions,
ExceptionState& exceptionState,
SensorType type)
- : ActiveScriptWrappable<Sensor>(this),
- ContextLifecycleObserver(executionContext),
+ : ContextLifecycleObserver(executionContext),
m_sensorOptions(sensorOptions),
m_type(type),
m_state(Sensor::SensorState::Idle) {

Powered by Google App Engine
This is Rietveld 408576698