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

Unified Diff: lib/runtime/dart/web_gl.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/web_audio.js ('k') | lib/runtime/dart/web_sql.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/runtime/dart/web_gl.js
diff --git a/lib/runtime/dart/web_gl.js b/lib/runtime/dart/web_gl.js
index 8b816c7216664ca399fed7bbe726c4dde33bc85b..67aa8109fe61ad2e2062a14864e28cda2046cc04 100644
--- a/lib/runtime/dart/web_gl.js
+++ b/lib/runtime/dart/web_gl.js
@@ -1,14 +1,14 @@
dart_library.library('dart/web_gl', null, /* Imports */[
'dart/_runtime',
- 'dart/_interceptors',
'dart/core',
'dart/html_common',
'dart/html',
+ 'dart/_interceptors',
'dart/typed_data',
'dart/_metadata',
'dart/_js_helper'
], /* Lazy imports */[
-], function(exports, dart, _interceptors, core, html_common, html, typed_data, _metadata, _js_helper) {
+], function(exports, dart, core, html_common, html, _interceptors, typed_data, _metadata, _js_helper) {
'use strict';
let dartx = dart.dartx;
const _getContextAttributes_1 = Symbol('_getContextAttributes_1');
« no previous file with comments | « lib/runtime/dart/web_audio.js ('k') | lib/runtime/dart/web_sql.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698