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

Unified Diff: core/html/track/vtt/VTTRegion.idl

Issue 540533002: Roll IDL to Dartium37 (r181268) (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 6 years, 3 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 | « core/html/track/vtt/VTTCue.idl ('k') | core/html/track/vtt/VTTRegionList.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/html/track/vtt/VTTRegion.idl
diff --git a/core/html/track/vtt/VTTRegion.idl b/core/html/track/vtt/VTTRegion.idl
index 398f7404b97ab0ccd615365525ac08870cee7bf1..1a28e70b4dab1c0ffa9bffe99b94716d19ce8ae9 100644
--- a/core/html/track/vtt/VTTRegion.idl
+++ b/core/html/track/vtt/VTTRegion.idl
@@ -25,7 +25,9 @@
[
Constructor,
- RuntimeEnabled=WebVTTRegions
+ RuntimeEnabled=WebVTTRegions,
+ TypeChecking=Unrestricted,
+ WillBeGarbageCollected,
] interface VTTRegion {
readonly attribute TextTrack track;
@@ -38,4 +40,3 @@
[RaisesException=Setter] attribute double viewportAnchorY;
[RaisesException=Setter] attribute DOMString scroll;
};
-
« no previous file with comments | « core/html/track/vtt/VTTCue.idl ('k') | core/html/track/vtt/VTTRegionList.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698