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

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

Issue 9466036: Fix parsing of DOMString[] in IDL (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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/_ClipboardWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_ClipboardWrappingImplementation.dart b/client/dom/generated/src/wrapping/_ClipboardWrappingImplementation.dart
index caa16316b985e87bc4cc3cca6253ea06bc868dce..fcfbbd6fc52e51c2809029e391b687981e3ff11d 100644
--- a/client/dom/generated/src/wrapping/_ClipboardWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_ClipboardWrappingImplementation.dart
@@ -29,9 +29,6 @@ class _ClipboardWrappingImplementation extends DOMWrapperBase implements Clipboa
DataTransferItemList get items() { return _get_items(this); }
static DataTransferItemList _get_items(var _this) native;
- List get types() { return _get_types(this); }
- static List _get_types(var _this) native;
-
void clearData([String type = null]) {
if (type === null) {
_clearData(this);

Powered by Google App Engine
This is Rietveld 408576698