| Index: Source/modules/battery/BatteryManager.h
|
| diff --git a/Source/modules/battery/BatteryManager.h b/Source/modules/battery/BatteryManager.h
|
| index ef5403a606e1e388578b5b2647f95ce5ef43bbb4..736ccb9c39912811f5198e01ca40eaeb759be564 100644
|
| --- a/Source/modules/battery/BatteryManager.h
|
| +++ b/Source/modules/battery/BatteryManager.h
|
| @@ -49,6 +49,7 @@ public:
|
| virtual bool hasLastData() OVERRIDE;
|
| virtual PassRefPtrWillBeRawPtr<Event> getLastEvent() OVERRIDE;
|
| virtual bool isNullEvent(Event*) OVERRIDE;
|
| + virtual Document* document() OVERRIDE;
|
|
|
| void trace(Visitor*) { }
|
|
|
|
|