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

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

Issue 9084005: 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/wrapping/_OverflowEventWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_OverflowEventWrappingImplementation.dart b/client/dom/generated/src/wrapping/_OverflowEventWrappingImplementation.dart
index f553bd52c1c4cc4a5cc8d367af7382ae43e74908..d12807bada4f8ba1398b469299c89b1e77d15a48 100644
--- a/client/dom/generated/src/wrapping/_OverflowEventWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_OverflowEventWrappingImplementation.dart
@@ -20,11 +20,5 @@ class _OverflowEventWrappingImplementation extends _EventWrappingImplementation
bool get verticalOverflow() { return _get_verticalOverflow(this); }
static bool _get_verticalOverflow(var _this) native;
- void initOverflowEvent(int orient, bool horizontalOverflow, bool verticalOverflow) {
- _initOverflowEvent(this, orient, horizontalOverflow, verticalOverflow);
- return;
- }
- static void _initOverflowEvent(receiver, orient, horizontalOverflow, verticalOverflow) native;
-
String get typeName() { return "OverflowEvent"; }
}

Powered by Google App Engine
This is Rietveld 408576698