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

Unified Diff: samples/swarm/htmlconverter.py

Issue 10389097: Move dart:dom to dart:dom_deprecated (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fixes from review Created 8 years, 7 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/matrix/matrix_server.dart ('k') | samples/swarm/htmlconverter_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/swarm/htmlconverter.py
diff --git a/samples/swarm/htmlconverter.py b/samples/swarm/htmlconverter.py
index 0475326319e353f01404ad706224cab40708dd55..d4e3dcd6626929a11ad6a4f8869db82c41ff25ea 100755
--- a/samples/swarm/htmlconverter.py
+++ b/samples/swarm/htmlconverter.py
@@ -29,7 +29,7 @@ LIBRARY_PATTERN = "^#library\(.*\);"
IMPORT_SOURCE_MATCHER = re.compile(
r"^ *(#import|#source)(\(['\"])([^'\"]*)(.*\);)", re.MULTILINE)
DOM_IMPORT_MATCHER = re.compile(
- r"^#import\(['\"]dart\:dom['\"].*\);", re.MULTILINE)
+ r"^#import\(['\"]dart\:dom_deprecated['\"].*\);", re.MULTILINE)
HTML_IMPORT_MATCHER = re.compile(
r"^#import\(['\"]dart\:html['\"].*\);", re.MULTILINE)
« no previous file with comments | « samples/matrix/matrix_server.dart ('k') | samples/swarm/htmlconverter_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698