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

Unified Diff: tools/dom/dom.json

Issue 34733007: Add back unseparated out version of method overloads in dart:html. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 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: tools/dom/dom.json
diff --git a/tools/dom/dom.json b/tools/dom/dom.json
index cb7aec052024cdeb69706b249d1022f561835899..e4292752b8aa43086ecd41d533eedfe6a26f01e6 100644
--- a/tools/dom/dom.json
+++ b/tools/dom/dom.json
@@ -10547,9 +10547,15 @@
"appendBufferView": {
"support_level": "untriaged"
},
+ "appendByteBuffer": {
+ "support_level": "untriaged"
+ },
"appendStream": {
"support_level": "untriaged"
},
+ "appendTypedData": {
+ "support_level": "untriaged"
+ },
"appendWindowEnd": {
"support_level": "untriaged"
},

Powered by Google App Engine
This is Rietveld 408576698