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

Unified Diff: client/dom/generated/src/frog/HTMLDocument.dart

Issue 9103001: Revert "Refresh dart:dom" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 12 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
Index: client/dom/generated/src/frog/HTMLDocument.dart
diff --git a/client/dom/generated/src/frog/HTMLDocument.dart b/client/dom/generated/src/frog/HTMLDocument.dart
index ecab0e53ca7cd0f523ded0f8f7a7af298a6d3ff7..d661e6dfcfb1ad2f75a392c8657d1d9a386d0e4a 100644
--- a/client/dom/generated/src/frog/HTMLDocument.dart
+++ b/client/dom/generated/src/frog/HTMLDocument.dart
@@ -19,6 +19,8 @@ class HTMLDocument extends Document native "*HTMLDocument" {
String fgColor;
+ int height;
+
String linkColor;
HTMLCollection plugins;
@@ -27,6 +29,8 @@ class HTMLDocument extends Document native "*HTMLDocument" {
String vlinkColor;
+ int width;
+
void captureEvents() native;
void clear() native;
« no previous file with comments | « client/dom/generated/src/frog/HTMLButtonElement.dart ('k') | client/dom/generated/src/frog/HTMLElement.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698