Index: Source/modules/battery/BatteryManager.h |
diff --git a/Source/modules/battery/BatteryManager.h b/Source/modules/battery/BatteryManager.h |
index d9a0a9c8afd5b493a316d3eca9c26ad4333a623b..42f4f29b6724fa86e3e97e21913c9cf015e2c1f2 100644 |
--- a/Source/modules/battery/BatteryManager.h |
+++ b/Source/modules/battery/BatteryManager.h |
@@ -18,6 +18,7 @@ class BatteryStatus; |
class BatteryManager FINAL : public RefCountedGarbageCollectedWillBeGarbageCollectedFinalized<BatteryManager>, public ActiveDOMObject, public PlatformEventController, public EventTargetWithInlineData { |
DEFINE_EVENT_TARGET_REFCOUNTING_WILL_BE_REMOVED(RefCountedGarbageCollected<BatteryManager>); |
+ DEFINE_WRAPPERTYPEINFO(); |
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(BatteryManager); |
public: |
virtual ~BatteryManager(); |
@@ -69,6 +70,6 @@ private: |
State m_state; |
}; |
-} |
+} // namespace blink |
#endif // BatteryManager_h |