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/_MouseEventWrappingImplementation.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/_MouseEventWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_MouseEventWrappingImplementation.dart b/client/dom/generated/src/wrapping/_MouseEventWrappingImplementation.dart
index ad97b9a8373200574e30249afd058fa076819fe6..ba24321b8181f8379eca6fb0773a32838f52dfaf 100644
--- a/client/dom/generated/src/wrapping/_MouseEventWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_MouseEventWrappingImplementation.dart
@@ -26,6 +26,9 @@ class _MouseEventWrappingImplementation extends _UIEventWrappingImplementation i
bool get ctrlKey() { return _get__MouseEvent_ctrlKey(this); }
static bool _get__MouseEvent_ctrlKey(var _this) native;
+ Clipboard get dataTransfer() { return _get__MouseEvent_dataTransfer(this); }
+ static Clipboard _get__MouseEvent_dataTransfer(var _this) native;
+
Node get fromElement() { return _get__MouseEvent_fromElement(this); }
static Node _get__MouseEvent_fromElement(var _this) native;

Powered by Google App Engine
This is Rietveld 408576698