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

Unified Diff: samples/third_party/dromaeo/tests/dom-traverse-html.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: samples/third_party/dromaeo/tests/dom-traverse-html.dart
diff --git a/samples/third_party/dromaeo/tests/dom-traverse-html.dart b/samples/third_party/dromaeo/tests/dom-traverse-html.dart
index c4e224e002165c0f483768a7f684a111f3abe9ab..f9c3d3be6bb805546b5bad0372827fe6617caa4c 100644
--- a/samples/third_party/dromaeo/tests/dom-traverse-html.dart
+++ b/samples/third_party/dromaeo/tests/dom-traverse-html.dart
@@ -1,7 +1,7 @@
library dromaeo;
import 'dart:async';
import 'dart:html';
-import 'dart:json' as json;
+import "dart:convert";
import '../common/common.dart';
import 'dart:math' as Math;
part 'Common.dart';

Powered by Google App Engine
This is Rietveld 408576698