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

Unified Diff: client/dom/generated/src/wrapping/_HTMLDocumentWrappingImplementation.dart

Issue 8588010: Regenerate from IDL with LANGUAGE_JAVASCRIPT on (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Map Array to List Created 9 years, 1 month 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/wrapping/_HTMLDocumentWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_HTMLDocumentWrappingImplementation.dart b/client/dom/generated/src/wrapping/_HTMLDocumentWrappingImplementation.dart
index 7a47b522c1cced761e07975ecc22315e42beb434..5cd2b267ef4f1b82d6f1f1b7255eeba201a4c8ed 100644
--- a/client/dom/generated/src/wrapping/_HTMLDocumentWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_HTMLDocumentWrappingImplementation.dart
@@ -20,6 +20,12 @@ class _HTMLDocumentWrappingImplementation extends _DocumentWrappingImplementatio
void set alinkColor(String value) { _set__HTMLDocument_alinkColor(this, value); }
static void _set__HTMLDocument_alinkColor(var _this, String value) native;
+ HTMLAllCollection get all() { return _get__HTMLDocument_all(this); }
+ static HTMLAllCollection _get__HTMLDocument_all(var _this) native;
+
+ void set all(HTMLAllCollection value) { _set__HTMLDocument_all(this, value); }
+ static void _set__HTMLDocument_all(var _this, HTMLAllCollection value) native;
+
String get bgColor() { return _get__HTMLDocument_bgColor(this); }
static String _get__HTMLDocument_bgColor(var _this) native;

Powered by Google App Engine
This is Rietveld 408576698