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

Unified Diff: client/html/generated/src/interface/EmbedElement.dart

Issue 8835006: New version of dart:html (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix typos Created 9 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: client/html/generated/src/interface/EmbedElement.dart
diff --git a/client/html/generated/src/interface/EmbedElement.dart b/client/html/generated/src/interface/EmbedElement.dart
index 652fa0b96e7b0d65d2edf9d66130749830caa8a1..1c0d65b42e863fac982154f38a7c88c923f5c962 100644
--- a/client/html/generated/src/interface/EmbedElement.dart
+++ b/client/html/generated/src/interface/EmbedElement.dart
@@ -10,9 +10,9 @@ interface EmbedElement extends Element {
void set align(String value);
- int get height();
+ String get height();
- void set height(int value);
+ void set height(String value);
String get name();
@@ -26,7 +26,7 @@ interface EmbedElement extends Element {
void set type(String value);
- int get width();
+ String get width();
- void set width(int value);
+ void set width(String value);
}
« no previous file with comments | « client/html/generated/src/interface/ElementTimeControl.dart ('k') | client/html/generated/src/interface/EntriesCallback.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698