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

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

Issue 1170813008: fixes detection of SDK libraries (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: format Created 5 years, 6 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: lib/runtime/dart/_native_typed_data.js
diff --git a/lib/runtime/dart/_native_typed_data.js b/lib/runtime/dart/_native_typed_data.js
index 5892f584020595e9eff964de5d7f976b65e35f7a..4732d81b622dd1e5c0333816e9ed3b9def24307a 100644
--- a/lib/runtime/dart/_native_typed_data.js
+++ b/lib/runtime/dart/_native_typed_data.js
@@ -1,13 +1,13 @@
dart.library('dart/_native_typed_data', null, /* Imports */[
'dart/core',
'dart/typed_data',
+ 'dart/_js_helper',
'dart/collection',
'dart/_internal',
+ 'dart/_interceptors',
'dart/math'
], /* Lazy imports */[
- 'dart/_js_helper',
- 'dart/_interceptors'
-], function(exports, core, typed_data, collection, _internal, math, _js_helper, _interceptors) {
+], function(exports, core, typed_data, _js_helper, collection, _internal, _interceptors, math) {
'use strict';
class NativeByteBuffer extends core.Object {
NativeByteBuffer() {

Powered by Google App Engine
This is Rietveld 408576698