Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(97)

Unified Diff: third_party/WebKit/LayoutTests/webaudio/resources/context-properties.js

Issue 2895963003: Apply layout-test-tidy to LayoutTests/webaudio (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',

Powered by Google App Engine
This is Rietveld 408576698