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

Unified Diff: dart/frog/leg/lib/mockimpl.dart

Issue 9426037: Source in string_buffer from runtime. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 10 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 | « dart/frog/leg/lib/coreimpl.dart ('k') | dart/tests/co19/co19-leg.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/frog/leg/lib/mockimpl.dart
diff --git a/dart/frog/leg/lib/mockimpl.dart b/dart/frog/leg/lib/mockimpl.dart
index c1000c4e630eed9a636bea66a7a04e77ff72bb71..503ffdedf2664b77b587bed8c0aec11e89ee1f7a 100644
--- a/dart/frog/leg/lib/mockimpl.dart
+++ b/dart/frog/leg/lib/mockimpl.dart
@@ -14,12 +14,6 @@ class JSSyntaxRegExp implements RegExp {
}
}
-class StringBufferImpl {
- StringBufferImpl([content]) {
- throw 'StringBufferImpl is not implemented';
- }
-}
-
class ReceivePortFactory {
factory ReceivePort() {
throw 'factory ReceivePort is not implemented';
« no previous file with comments | « dart/frog/leg/lib/coreimpl.dart ('k') | dart/tests/co19/co19-leg.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698