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

Unified Diff: bin/dwc_browser.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
« no previous file with comments | « CHANGELOG.md ('k') | build/gen_html_setters.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bin/dwc_browser.dart
diff --git a/bin/dwc_browser.dart b/bin/dwc_browser.dart
index 879de8971a947f8cbbbc2d99bfe32413c571c9a4..60572533bb3efb58fd90c4b3f5b43612f1e5e7a9 100644
--- a/bin/dwc_browser.dart
+++ b/bin/dwc_browser.dart
@@ -12,7 +12,7 @@ library dwc_browser;
import 'dart:html';
import 'dart:uri';
import 'package:web_components/src/compiler.dart';
-import 'package:web_components/src/file_system.dart';
+import 'package:web_components/src/file_system.dart' as fs;
import 'package:web_components/src/file_system/browser.dart';
import 'package:web_components/src/file_system/path.dart';
import 'package:web_components/src/messages.dart';
@@ -20,7 +20,7 @@ import 'package:web_components/src/options.dart';
import 'package:web_components/src/utils.dart';
import 'package:js/js.dart' as js;
-FileSystem fileSystem;
+fs.FileSystem fileSystem;
void main() {
js.scoped(() {
« no previous file with comments | « CHANGELOG.md ('k') | build/gen_html_setters.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698