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

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

Issue 1058653002: implement mixins in subtype checks, more codegen fixes (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 9 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/isolate.js
diff --git a/lib/runtime/dart/isolate.js b/lib/runtime/dart/isolate.js
index c5a509a390c9c143146aff040f83c4d55e1418ab..d54a03a13975e8d65a4391a39a1164bb42f3ce4b 100644
--- a/lib/runtime/dart/isolate.js
+++ b/lib/runtime/dart/isolate.js
@@ -155,8 +155,7 @@ var isolate;
return _isolate_helper.IsolateNatives.currentIsolate;
}
});
- class SendPort extends core.Object {
- }
+ class SendPort extends core.Object {}
SendPort[dart.implements] = () => [Capability];
class ReceivePort extends core.Object {
ReceivePort() {

Powered by Google App Engine
This is Rietveld 408576698