| Index: third_party/WebKit/Source/modules/sensor/SensorReading.h
|
| diff --git a/third_party/WebKit/Source/modules/sensor/SensorReading.h b/third_party/WebKit/Source/modules/sensor/SensorReading.h
|
| index 2eaf7e6a177db48e75962b885ee31ae8b643de3d..42a4640a3df74c52ca4c662575f64fc8d99f3a16 100644
|
| --- a/third_party/WebKit/Source/modules/sensor/SensorReading.h
|
| +++ b/third_party/WebKit/Source/modules/sensor/SensorReading.h
|
| @@ -16,7 +16,7 @@ class ExecutionContext;
|
| class ScriptState;
|
|
|
| class SensorReading
|
| - : public GarbageCollected<SensorReading>
|
| + : public GarbageCollectedMixin
|
| , public ScriptWrappable {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
|
|