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

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

Issue 9422008: Regenerate frog dom (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: merge Created 8 years, 10 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/_HTMLElementWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_HTMLElementWrappingImplementation.dart b/client/dom/generated/src/wrapping/_HTMLElementWrappingImplementation.dart
index 111f83948a8c917cfaa270935df4abda5ffb9262..4da75ec6f556c41de3488d1269aa901955355d07 100644
--- a/client/dom/generated/src/wrapping/_HTMLElementWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_HTMLElementWrappingImplementation.dart
@@ -116,6 +116,12 @@ class _HTMLElementWrappingImplementation extends _ElementWrappingImplementation
void set webkitdropzone(String value) { _set_webkitdropzone(this, value); }
static void _set_webkitdropzone(var _this, String value) native;
+ void click() {
+ _click(this);
+ return;
+ }
+ static void _click(receiver) native;
+
Element insertAdjacentElement(String where, Element element) {
return _insertAdjacentElement(this, where, element);
}

Powered by Google App Engine
This is Rietveld 408576698