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

Unified Diff: sdk/lib/html/dart2js/html_dart2js.dart

Issue 1811213002: Add @creates annotation to VttCue members (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Regenerate dart:html Created 4 years, 9 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:
Download patch
« no previous file with comments | « no previous file | tools/dom/scripts/dartmetadata.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/html/dart2js/html_dart2js.dart
diff --git a/sdk/lib/html/dart2js/html_dart2js.dart b/sdk/lib/html/dart2js/html_dart2js.dart
index dc2593b3a5a46aa54f2c48fe9fd6ea5c25fcfcff..7b1715456fb692d4587ca85eabda81f4f3046005 100644
--- a/sdk/lib/html/dart2js/html_dart2js.dart
+++ b/sdk/lib/html/dart2js/html_dart2js.dart
@@ -34132,12 +34132,14 @@ class VttCue extends TextTrackCue {
@DomName('VTTCue.line')
@DocsEditable()
@Experimental() // untriaged
+ @Creates('Null')
@Returns('num|String')
Object line;
@DomName('VTTCue.position')
@DocsEditable()
@Experimental() // untriaged
+ @Creates('Null')
@Returns('num|String')
Object position;
« no previous file with comments | « no previous file | tools/dom/scripts/dartmetadata.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698