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

Unified Diff: lib/src/html5_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
« no previous file with comments | « lib/src/html5_setters.g.dart ('k') | lib/src/utils.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/html5_utils.dart
diff --git a/lib/src/html5_utils.dart b/lib/src/html5_utils.dart
index 620af0a58dbd9b7d614abe66f36010374d9a4f2e..6baff47ea42bfb7554b7ccaec9a94c78f9b884e1 100644
--- a/lib/src/html5_utils.dart
+++ b/lib/src/html5_utils.dart
@@ -36,7 +36,7 @@ const htmlElementNames = const {
'area': 'html.AreaElement',
'article': 'html.Element',
'aside': 'html.Element',
- 'audio': 'web_audio.AudioElement',
+ 'audio': 'html.AudioElement',
'b': 'html.Element',
'base': 'html.BaseElement',
'bdi': 'html.Element',
« no previous file with comments | « lib/src/html5_setters.g.dart ('k') | lib/src/utils.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698