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

Unified Diff: client/dom/generated/src/wrapping/_ClipboardWrappingImplementation.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/_ClipboardWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_ClipboardWrappingImplementation.dart b/client/dom/generated/src/wrapping/_ClipboardWrappingImplementation.dart
index cef71725bcd6eff195f54d288f147d4a06ee1bce..4ba6721a12421d1ac69265d2c23d3958b7cf87ed 100644
--- a/client/dom/generated/src/wrapping/_ClipboardWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_ClipboardWrappingImplementation.dart
@@ -29,6 +29,9 @@ class _ClipboardWrappingImplementation extends DOMWrapperBase implements Clipboa
DataTransferItemList get items() { return _get__Clipboard_items(this); }
static DataTransferItemList _get__Clipboard_items(var _this) native;
+ List get types() { return _get__Clipboard_types(this); }
+ static List _get__Clipboard_types(var _this) native;
+
void clearData([String type = null]) {
if (type === null) {
_clearData(this);

Powered by Google App Engine
This is Rietveld 408576698