Index: client/html/generated/html/dartium/Clipboard.dart |
diff --git a/client/html/generated/html/dartium/Clipboard.dart b/client/html/generated/html/dartium/Clipboard.dart |
index 29989bcc102b91bc409c5c73ebb6ed5a2848494e..69b4e7ff3eaea0918672092d7d3163a06546a1e8 100644 |
--- a/client/html/generated/html/dartium/Clipboard.dart |
+++ b/client/html/generated/html/dartium/Clipboard.dart |
@@ -14,7 +14,7 @@ class _ClipboardImpl extends _DOMTypeBase implements Clipboard { |
DataTransferItemList get items() => _wrap(_ptr.items); |
- List get types() => _wrap(_ptr.types); |
+ List<String> get types() => _wrap(_ptr.types); |
void clearData([String type = null]) { |
if (type === null) { |