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

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

Issue 8574040: Support DOMString[] and regenerate from IDL (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix Window.postMessage 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/_ClipboardWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_ClipboardWrappingImplementation.dart b/client/dom/generated/src/wrapping/_ClipboardWrappingImplementation.dart
index ea57732fd8adde3fd3e4fce084f974949ee89e0f..cef71725bcd6eff195f54d288f147d4a06ee1bce 100644
--- a/client/dom/generated/src/wrapping/_ClipboardWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_ClipboardWrappingImplementation.dart
@@ -26,8 +26,8 @@ class _ClipboardWrappingImplementation extends DOMWrapperBase implements Clipboa
FileList get files() { return _get__Clipboard_files(this); }
static FileList _get__Clipboard_files(var _this) native;
- DataTransferItems get items() { return _get__Clipboard_items(this); }
- static DataTransferItems _get__Clipboard_items(var _this) native;
+ DataTransferItemList get items() { return _get__Clipboard_items(this); }
+ static DataTransferItemList _get__Clipboard_items(var _this) native;
void clearData([String type = null]) {
if (type === null) {

Powered by Google App Engine
This is Rietveld 408576698