Chromium Code Reviews| Index: client/dom/frog/frog_dom.dart |
| diff --git a/client/dom/frog/frog_dom.dart b/client/dom/frog/frog_dom.dart |
| index 6295315b6850b3bf89f4974b28b90e0cc8e24362..b8f00eb14bc5c8132ed04f202ac60f42084b2860 100644 |
| --- a/client/dom/frog/frog_dom.dart |
| +++ b/client/dom/frog/frog_dom.dart |
| @@ -112,6 +112,8 @@ class AudioChannelSplitter extends AudioNode native "*AudioChannelSplitter" { |
| } |
| class AudioContext native "*AudioContext" { |
| + AudioContext() native; |
| + |
| num currentTime; |