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

Unified Diff: lib/html/dart2js/html_dart2js.dart

Side-by-side diff isn't available for this file because of its large size.
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: Rebased and fixed an error. 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:
Download patch
Index: lib/html/dart2js/html_dart2js.dart
diff --git a/lib/html/dart2js/html_dart2js.dart b/lib/html/dart2js/html_dart2js.dart
index 8dea02e5bc2ef041a587e7f8ecb16ca6676b336b..526f9b2445e338cd1764e351e5e98d835361b87b 100644
--- a/lib/html/dart2js/html_dart2js.dart
+++ b/lib/html/dart2js/html_dart2js.dart
@@ -38061,6 +38061,12 @@ class _Lists {
// 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;
@@ -38263,3 +38269,4 @@ class _Deserializer {
throw "Unexpected serialized object";
}
}
+

Powered by Google App Engine
This is Rietveld 408576698