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

Unified Diff: lib/js_isolate_impl/isolate.dart

Issue 10828411: Re-apply 'Unify dart:isolate.' with fixes for autogenerated dart2js and dartium html files. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Review fixes. Created 8 years, 4 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/isolate/timer_hook.dart ('k') | runtime/lib/isolate.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/js_isolate_impl/isolate.dart
diff --git a/lib/isolate/serialization.dart b/lib/js_isolate_impl/isolate.dart
similarity index 96%
rename from lib/isolate/serialization.dart
rename to lib/js_isolate_impl/isolate.dart
index cd90d92405c4a3ef1d4cfc26cb8756efbc47007f..8d9413cc64b33bcdeb757200cf460d4228a5fa50 100644
--- a/lib/isolate/serialization.dart
+++ b/lib/js_isolate_impl/isolate.dart
@@ -2,6 +2,12 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
+// Patch file for the dart:isolate library.
+
+/********************************************************
+ Inserted from lib/isolate/serialization.dart
+ ********************************************************/
+
class _MessageTraverserVisitedMap {
operator[](var object) => null;
@@ -204,3 +210,4 @@ class _Deserializer {
throw "Unexpected serialized object";
}
}
+
« no previous file with comments | « lib/isolate/timer_hook.dart ('k') | runtime/lib/isolate.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698