| Index: third_party/WebKit/LayoutTests/webaudio/resources/context-properties.js
|
| diff --git a/third_party/WebKit/LayoutTests/webaudio/resources/context-properties.js b/third_party/WebKit/LayoutTests/webaudio/resources/context-properties.js
|
| index c2e006a553d7ba47b52dbfb780721a0facf1276a..931a19dd4bf84d9cc5d1cc7a51b3c224a8ba4320 100644
|
| --- a/third_party/WebKit/LayoutTests/webaudio/resources/context-properties.js
|
| +++ b/third_party/WebKit/LayoutTests/webaudio/resources/context-properties.js
|
| @@ -43,11 +43,7 @@ let BaseAudioContextOwnProperties = [
|
|
|
|
|
| let AudioContextOwnProperties = [
|
| - 'close',
|
| - 'constructor',
|
| - 'suspend',
|
| - 'getOutputTimestamp',
|
| - 'baseLatency',
|
| + 'close', 'constructor', 'suspend', 'getOutputTimestamp', 'baseLatency',
|
|
|
| // TODO(hongchan): Not implemented yet.
|
| // 'outputLatency',
|
|
|