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

Unified Diff: samples/belay/buzzer/static/Index.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 | « samples/belay/buzzer/static/Buzzer.dart ('k') | samples/belay/tests/bcap_tests.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/belay/buzzer/static/Index.dart
diff --git a/samples/belay/buzzer/static/Index.dart b/samples/belay/buzzer/static/Index.dart
index f026477b46a32df676a48c7454837fc5e295237b..3946b02da0e4e521afaab12f886a41fe25406fbc 100644
--- a/samples/belay/buzzer/static/Index.dart
+++ b/samples/belay/buzzer/static/Index.dart
@@ -3,8 +3,8 @@
// BSD-style license that can be found in the LICENSE file.
#library('Index');
+#import('dart:html');
#import('../../../../client/base/base.dart');
-#import('../../../../client/html/html.dart');
#import('../../bcap/bcap.dart');
#import('../../bcap/bcap_client.dart');
« no previous file with comments | « samples/belay/buzzer/static/Buzzer.dart ('k') | samples/belay/tests/bcap_tests.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698