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); |