Index: third_party/WebKit/Source/modules/battery/BatteryManager.h |
diff --git a/third_party/WebKit/Source/modules/battery/BatteryManager.h b/third_party/WebKit/Source/modules/battery/BatteryManager.h |
index 03697ee12c412c1a0edc35e7f148a5ed070f0e8e..4100cedaabd89cd0cb2c4d59c255b39d8834be41 100644 |
--- a/third_party/WebKit/Source/modules/battery/BatteryManager.h |
+++ b/third_party/WebKit/Source/modules/battery/BatteryManager.h |
@@ -52,7 +52,7 @@ public: |
void resume() override; |
void stop() override; |
- // ActiveScriptWrappable implementation. |
+ // ScriptWrappable implementation. |
bool hasPendingActivity() const final; |
DECLARE_VIRTUAL_TRACE(); |