| Index: third_party/WebCore/Modules/battery/BatteryManager.idl
|
| diff --git a/third_party/WebCore/Modules/battery/BatteryManager.idl b/third_party/WebCore/Modules/battery/BatteryManager.idl
|
| index e552df36ede3c1c3617c2177df59b31cae97edb3..49a2056ab4390cc15b887d7d6a1b26ea0bffef52 100644
|
| --- a/third_party/WebCore/Modules/battery/BatteryManager.idl
|
| +++ b/third_party/WebCore/Modules/battery/BatteryManager.idl
|
| @@ -42,7 +42,7 @@ module window {
|
| void removeEventListener(in DOMString type,
|
| in EventListener listener,
|
| in [Optional] boolean useCapture);
|
| - boolean dispatchEvent(in Event evt)
|
| + boolean dispatchEvent(in Event event)
|
| raises(EventException);
|
| };
|
|
|
|
|