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

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

Issue 262753004: Replace all remaining IDL finitude type checks with [TypeChecking=Unrestricted] (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove unnecessary code (std::isfinite not needed for long) Created 6 years, 8 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: Source/core/html/track/vtt/VTTRegion.idl
diff --git a/Source/core/html/track/vtt/VTTRegion.idl b/Source/core/html/track/vtt/VTTRegion.idl
index 98f89077949467b847acfd0af1624d23e197a952..1a28e70b4dab1c0ffa9bffe99b94716d19ce8ae9 100644
--- a/Source/core/html/track/vtt/VTTRegion.idl
+++ b/Source/core/html/track/vtt/VTTRegion.idl
@@ -26,6 +26,7 @@
[
Constructor,
RuntimeEnabled=WebVTTRegions,
+ TypeChecking=Unrestricted,
WillBeGarbageCollected,
] interface VTTRegion {
readonly attribute TextTrack track;
@@ -39,4 +40,3 @@
[RaisesException=Setter] attribute double viewportAnchorY;
[RaisesException=Setter] attribute DOMString scroll;
};
-

Powered by Google App Engine
This is Rietveld 408576698