Index: third_party/WebKit/Source/core/html/track/vtt/VTTRegionList.idl |
diff --git a/third_party/WebKit/Source/core/html/track/vtt/VTTRegionList.idl b/third_party/WebKit/Source/core/html/track/vtt/VTTRegionList.idl |
index bb647ef097f36998bd5b528d77c7adc716cf9747..d50496e459d3020bdacc13a2886ba6a92b055863 100644 |
--- a/third_party/WebKit/Source/core/html/track/vtt/VTTRegionList.idl |
+++ b/third_party/WebKit/Source/core/html/track/vtt/VTTRegionList.idl |
@@ -29,7 +29,7 @@ |
[ |
RuntimeEnabled=WebVTTRegions, |
] interface VTTRegionList { |
- readonly attribute unsigned long length; |
- getter VTTRegion item(unsigned long index); |
- VTTRegion getRegionById(DOMString id); |
+ [Measure] readonly attribute unsigned long length; |
+ [Measure] getter VTTRegion item(unsigned long index); |
+ [Measure] VTTRegion getRegionById(DOMString id); |
}; |