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

Unified Diff: lib/runtime/dart/web_sql.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_gl.js ('k') | lib/src/closure/closure_type.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/runtime/dart/web_sql.js
diff --git a/lib/runtime/dart/web_sql.js b/lib/runtime/dart/web_sql.js
index 4e996f1384a3392983d758f03922e485c8c627aa..a0afbd6e49504266ac28ae273d39601d0ab205f8 100644
--- a/lib/runtime/dart/web_sql.js
+++ b/lib/runtime/dart/web_sql.js
@@ -1,14 +1,14 @@
dart_library.library('dart/web_sql', null, /* Imports */[
'dart/_runtime',
- 'dart/_interceptors',
'dart/core',
+ 'dart/_interceptors',
'dart/html',
'dart/_metadata',
'dart/_js_helper',
- 'dart/collection',
- 'dart/html_common'
+ 'dart/html_common',
+ 'dart/collection'
], /* Lazy imports */[
-], function(exports, dart, _interceptors, core, html, _metadata, _js_helper, collection, html_common) {
+], function(exports, dart, core, _interceptors, html, _metadata, _js_helper, html_common, collection) {
'use strict';
let dartx = dart.dartx;
const SqlStatementCallback = dart.typedef('SqlStatementCallback', () => dart.functionType(dart.void, [SqlTransaction, SqlResultSet]));
« no previous file with comments | « lib/runtime/dart/web_gl.js ('k') | lib/src/closure/closure_type.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698