| 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 1ee34bd1249431f11e8c5c5ce33fd2996d8546b2..4272fad7af1d0ee6976ebf1ae3082441f9263fa9 100644
|
| --- a/third_party/WebKit/LayoutTests/webaudio/resources/context-properties.js
|
| +++ b/third_party/WebKit/LayoutTests/webaudio/resources/context-properties.js
|
| @@ -49,10 +49,10 @@ let AudioContextOwnProperties = [
|
| 'close',
|
| 'constructor',
|
| 'suspend',
|
| + 'getOutputTimestamp'
|
|
|
| // TODO(hongchan): Not implemented yet.
|
| // 'outputLatency',
|
| - // 'getOutputTimestamp'
|
| ];
|
|
|
|
|
|
|