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

Unified Diff: third_party/WebKit/LayoutTests/webaudio/audioworklet/audioworklet-testing.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/audioworklet/audioworklet-testing.js
diff --git a/third_party/WebKit/LayoutTests/webaudio/audioworklet/audioworklet-testing.js b/third_party/WebKit/LayoutTests/webaudio/audioworklet/audioworklet-testing.js
index f239ff34d24f653ec781be08b34c619ec52f5af4..bc1d8f893a16da27afb8081dfdb96cd45130812d 100644
--- a/third_party/WebKit/LayoutTests/webaudio/audioworklet/audioworklet-testing.js
+++ b/third_party/WebKit/LayoutTests/webaudio/audioworklet/audioworklet-testing.js
@@ -13,7 +13,7 @@
function isAudioWorkletEnabled() {
return {
onContentShell: Boolean(window.internals) &&
- Boolean(window.internals.runtimeFlags.audioWorkletEnabled),
+ Boolean(window.internals.runtimeFlags.audioWorkletEnabled),
onBrowser: Boolean(window.Worklet) && Boolean(window.audioWorklet)
};
}

Powered by Google App Engine
This is Rietveld 408576698