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

Unified Diff: third_party/pkg/js/example/twitter/twitter.dart

Issue 23596007: Remove usage of dart:json. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebase. Created 7 years, 4 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: third_party/pkg/js/example/twitter/twitter.dart
diff --git a/third_party/pkg/js/example/twitter/twitter.dart b/third_party/pkg/js/example/twitter/twitter.dart
index 15e904b53c44159f384f61fc11c8ef1bdc1246aa..75313534cf8ffd7f4cb07f23d998eed17ceb3f4e 100644
--- a/third_party/pkg/js/example/twitter/twitter.dart
+++ b/third_party/pkg/js/example/twitter/twitter.dart
@@ -5,7 +5,6 @@
// A JS interop sample showing JSONP access to Twitter from Dart.
import 'dart:html';
-import 'dart:json';
import 'package:js/js.dart' as js;
void main() {

Powered by Google App Engine
This is Rietveld 408576698