Chromium Code Reviews| 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); |
| +} |