Chromium Code Reviews| Index: client/dom/generated/src/frog/AudioDestinationNode.dart |
| diff --git a/client/dom/generated/src/frog/AudioDestinationNode.dart b/client/dom/generated/src/frog/AudioDestinationNode.dart |
| index f254d89c802f9f421097d8a01c8d2caf8c2dc825..62c2448c60200fccacbbcad3d081a774c431e392 100644 |
| --- a/client/dom/generated/src/frog/AudioDestinationNode.dart |
| +++ b/client/dom/generated/src/frog/AudioDestinationNode.dart |
| @@ -1,5 +1,5 @@ |
| class _AudioDestinationNodeJs extends _AudioNodeJs implements AudioDestinationNode native "*AudioDestinationNode" { |
| - int get numberOfChannels() native "return this.numberOfChannels;"; |
| + final int numberOfChannels; |
| } |