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

Unified Diff: lib/runtime/dart/web_audio.js

Issue 1767803002: a few small refactorings to closure workarounds (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 4 years, 10 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
« no previous file with comments | « lib/runtime/dart/svg.js ('k') | lib/runtime/dart/web_gl.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/runtime/dart/web_audio.js
diff --git a/lib/runtime/dart/web_audio.js b/lib/runtime/dart/web_audio.js
index 81bbb4af129561334befc9c062182fda317c7b13..1af6bbea3e774895a12e7d6e330c6442fb669178 100644
--- a/lib/runtime/dart/web_audio.js
+++ b/lib/runtime/dart/web_audio.js
@@ -1,14 +1,14 @@
dart_library.library('dart/web_audio', null, /* Imports */[
'dart/_runtime',
- 'dart/html',
'dart/core',
+ 'dart/html',
'dart/_metadata',
'dart/_js_helper',
'dart/typed_data',
'dart/_interceptors',
'dart/async'
], /* Lazy imports */[
-], function(exports, dart, html, core, _metadata, _js_helper, typed_data, _interceptors, async) {
+], function(exports, dart, core, html, _metadata, _js_helper, typed_data, _interceptors, async) {
'use strict';
let dartx = dart.dartx;
const _connect = Symbol('_connect');
« no previous file with comments | « lib/runtime/dart/svg.js ('k') | lib/runtime/dart/web_gl.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698