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

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

Issue 9619015: Regenerate dart:dom and dart:html bindings (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 9 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/wrapping/_ShadowRootWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_ShadowRootWrappingImplementation.dart b/client/dom/generated/src/wrapping/_ShadowRootWrappingImplementation.dart
index 09e5da963ccceacf8b23438720b8294a1306e6d5..05ce1b9947609683abc3d72f193f7bb6521de1cd 100644
--- a/client/dom/generated/src/wrapping/_ShadowRootWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_ShadowRootWrappingImplementation.dart
@@ -14,6 +14,12 @@ class _ShadowRootWrappingImplementation extends _DocumentFragmentWrappingImpleme
Element get host() { return _get_host(this); }
static Element _get_host(var _this) native;
+ String get innerHTML() { return _get_innerHTML(this); }
+ static String _get_innerHTML(var _this) native;
+
+ void set innerHTML(String value) { _set_innerHTML(this, value); }
+ static void _set_innerHTML(var _this, String value) native;
+
Element getElementById(String elementId) {
return _getElementById(this, elementId);
}

Powered by Google App Engine
This is Rietveld 408576698