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

Unified Diff: dart/lib/compiler/implementation/lib/mock.dart

Issue 10919098: Run dart2js tests unmodified in browser. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Use messages Created 8 years, 3 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: dart/lib/compiler/implementation/lib/mock.dart
diff --git a/dart/lib/compiler/implementation/lib/mock.dart b/dart/lib/compiler/implementation/lib/mock.dart
index ef49c989286310f620930dea49efb8f315a74753..f61d1d8db765f1702d5de5e95b797c589c0d04d9 100644
--- a/dart/lib/compiler/implementation/lib/mock.dart
+++ b/dart/lib/compiler/implementation/lib/mock.dart
@@ -16,3 +16,7 @@ class _InternalByteArray {
throw new UnsupportedOperationException("new Uint8List($length)");
}
}
+
+void $$postGlobalMessage(String message) {
kasperl 2012/09/10 07:37:03 Add a comment here that explains why you need this
ahe 2012/09/10 08:31:14 I should not commit this as it will break all usag
ahe 2012/09/10 10:35:59 Removed. Using print now.
+ postGlobalMessage(message);
+}

Powered by Google App Engine
This is Rietveld 408576698