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

Unified Diff: samples/belay/bcap/bcap_client.dart

Issue 9600035: Enable new dart:html wrapperless frog bindings and wrapper dartium bindings. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Handle all code review comments 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 | « frog/tests/frog/src/unittest_node.dart ('k') | samples/belay/buzzer/static/Buzzer.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/belay/bcap/bcap_client.dart
diff --git a/samples/belay/bcap/bcap_client.dart b/samples/belay/bcap/bcap_client.dart
index a92b41286a3a45c654f31053c6ff2e2b16b87b6a..6fa542ebd7d20ed9972f2b65f925f4f319783222 100644
--- a/samples/belay/bcap/bcap_client.dart
+++ b/samples/belay/bcap/bcap_client.dart
@@ -10,7 +10,7 @@
// Bcaps with other Belay based apps (client and server side).
#import('../../../client/base/base.dart');
-#import('../../../client/html/html.dart');
+#import('dart:html');
#import('../../../client/util/utilslib.dart');
#import('../../../lib/json/json.dart');
#import('bcap.dart');
« no previous file with comments | « frog/tests/frog/src/unittest_node.dart ('k') | samples/belay/buzzer/static/Buzzer.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698