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

Unified Diff: lib/runtime/dart/indexed_db.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/html_common.js ('k') | lib/runtime/dart/svg.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/runtime/dart/indexed_db.js
diff --git a/lib/runtime/dart/indexed_db.js b/lib/runtime/dart/indexed_db.js
index b1b1e986a73c074db40f256b7822f6a43f25078e..f9498d8df4568d552a3e05dcc5c80783ee7de51f 100644
--- a/lib/runtime/dart/indexed_db.js
+++ b/lib/runtime/dart/indexed_db.js
@@ -3,12 +3,12 @@ dart_library.library('dart/indexed_db', null, /* Imports */[
'dart/core',
'dart/html_common',
'dart/_js_helper',
- 'dart/_interceptors',
'dart/async',
+ 'dart/_interceptors',
'dart/_metadata',
'dart/html'
], /* Lazy imports */[
-], function(exports, dart, core, html_common, _js_helper, _interceptors, async, _metadata, html) {
+], function(exports, dart, core, html_common, _js_helper, async, _interceptors, _metadata, html) {
'use strict';
let dartx = dart.dartx;
class _KeyRangeFactoryProvider extends core.Object {
« no previous file with comments | « lib/runtime/dart/html_common.js ('k') | lib/runtime/dart/svg.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698