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

Unified Diff: lib/src/utils.dart

Issue 11471037: Updating dwc for breaking changes that will be part of the next sdk (Closed) Base URL: git@github.com:dart-lang/dart-web-components.git@master
Patch Set: Created 8 years 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: lib/src/utils.dart
diff --git a/lib/src/utils.dart b/lib/src/utils.dart
index b8ceb89cd29ba632938cc9bacbcf5a80eeb1da51..61a33ec245332f0119716cdd9651f2ae18c651ff 100644
--- a/lib/src/utils.dart
+++ b/lib/src/utils.dart
@@ -2,7 +2,7 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-library utils;
+library web_components.utils;
Siggi Cherem (dart-lang) 2012/12/07 19:31:46 apparently now it is an error to import 2 librarie
Jennifer Messerly 2012/12/07 20:31:57 We should follow up on that. fwiw, I think this sh
Siggi Cherem (dart-lang) 2012/12/18 03:10:00 Done.
import 'dart:isolate';
import 'package:web_components/src/messages.dart';

Powered by Google App Engine
This is Rietveld 408576698