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

Unified Diff: tools/dom/scripts/dartmetadata.py

Issue 2168473002: Record that MediaStream creates MediaStreamTracks (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: generate the files Created 4 years, 5 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
« no previous file with comments | « sdk/lib/html/dartium/html_dartium.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/scripts/dartmetadata.py
diff --git a/tools/dom/scripts/dartmetadata.py b/tools/dom/scripts/dartmetadata.py
index 37877f135498555b442833cf892da02e013760db..2b2d59442efcbe663c38e066584abd51d6e1d5e5 100644
--- a/tools/dom/scripts/dartmetadata.py
+++ b/tools/dom/scripts/dartmetadata.py
@@ -255,12 +255,12 @@ _dart2js_annotations = monitored.Dict('dartmetadata._dart2js_annotations', {
],
'MediaStream.getAudioTracks': [
- "@Creates('JSExtendableArray')",
+ "@Creates('JSExtendableArray|MediaStreamTrack')",
"@Returns('JSExtendableArray')",
],
'MediaStream.getVideoTracks': [
- "@Creates('JSExtendableArray')",
+ "@Creates('JSExtendableArray|MediaStreamTrack')",
Alan Knight 2016/07/19 23:42:21 The IDL says this returns sequence<MediaStreamTrac
"@Returns('JSExtendableArray')",
],
« no previous file with comments | « sdk/lib/html/dartium/html_dartium.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698