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

Unified Diff: lib/runtime/dart_library.js

Issue 2125943002: Debugger library import with name (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Private name in loaded LibraryLoader Created 4 years, 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/runtime/dart_library.js
diff --git a/lib/runtime/dart_library.js b/lib/runtime/dart_library.js
index 08aa04267d61e741853facb93f76ce1084b79e4b..0b6dd36a1ffd65f9c11f63ec6f53ee7314d0b5d3 100644
--- a/lib/runtime/dart_library.js
+++ b/lib/runtime/dart_library.js
@@ -60,6 +60,7 @@ var dart_library =
args.unshift(this._library);
this._loader.apply(null, args);
this._state = LibraryLoader.READY;
+ this._library._name = this._name;
return this._library;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698