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

Unified Diff: client/dom/generated/src/wrapping/_ElementWrappingImplementation.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/_ElementWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_ElementWrappingImplementation.dart b/client/dom/generated/src/wrapping/_ElementWrappingImplementation.dart
index 5b5f782769fa3da6139636e93202027c8b16034f..9523c6aee7c5e4fc2c1f9732d3aa17ec020fb97c 100644
--- a/client/dom/generated/src/wrapping/_ElementWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_ElementWrappingImplementation.dart
@@ -77,6 +77,9 @@ class _ElementWrappingImplementation extends _NodeWrappingImplementation impleme
String get tagName() { return _get_tagName(this); }
static String _get_tagName(var _this) native;
+ String get webkitRegionOverflow() { return _get_webkitRegionOverflow(this); }
+ static String _get_webkitRegionOverflow(var _this) native;
+
void blur() {
_blur(this);
return;

Powered by Google App Engine
This is Rietveld 408576698