Index: third_party/WebKit/Source/core/html/track/vtt/VTTRegion.idl |
diff --git a/third_party/WebKit/Source/core/html/track/vtt/VTTRegion.idl b/third_party/WebKit/Source/core/html/track/vtt/VTTRegion.idl |
index a2843fdeb44400cc15075c0c468a3e24a10aeef8..ee44cb4a37aafde95cf08751d795e57c8e13085f 100644 |
--- a/third_party/WebKit/Source/core/html/track/vtt/VTTRegion.idl |
+++ b/third_party/WebKit/Source/core/html/track/vtt/VTTRegion.idl |
@@ -28,7 +28,6 @@ |
[ |
Constructor, |
RuntimeEnabled=WebVTTRegions, |
- GarbageCollected, |
] interface VTTRegion { |
[RaisesException=Setter] attribute double width; |
// TODO(philipj): height should be called lines. |