Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1303)

Unified Diff: core/html/track/TextTrackRegionList.idl

Issue 9889044: IDL roll to multivm 1266 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 10 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: core/html/track/TextTrackRegionList.idl
diff --git a/core/html/track/TextTrackRegionList.idl b/core/html/track/TextTrackRegionList.idl
index c6274cb9a3623a424990540dd986f83c4be1211e..ad5611fc80b943a2f18fa1fb7a659ff4e009b448 100644
--- a/core/html/track/TextTrackRegionList.idl
+++ b/core/html/track/TextTrackRegionList.idl
@@ -20,13 +20,13 @@
* PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
* OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
[
+ NoInterfaceObject,
Conditional=WEBVTT_REGIONS,
- EnabledAtRuntime=webkitVideoTrack,
- ImplementationLacksVTable
+ EnabledAtRuntime=videoTrack
] interface TextTrackRegionList {
readonly attribute unsigned long length;
getter TextTrackRegion item(unsigned long index);

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b