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

Unified Diff: third_party/WebCore/html/track/TextTrackList.idl

Issue 10769002: Roll IDL to multivm@683 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix notifications path in fremontcut. Created 8 years, 5 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: third_party/WebCore/html/track/TextTrackList.idl
diff --git a/third_party/WebCore/html/track/TextTrackList.idl b/third_party/WebCore/html/track/TextTrackList.idl
index 3f6efac0c676a3f6512dba102dc9c32d7c792227..ad4e8621c684886637c8892222f9e8c6415b783a 100644
--- a/third_party/WebCore/html/track/TextTrackList.idl
+++ b/third_party/WebCore/html/track/TextTrackList.idl
@@ -28,11 +28,11 @@ module html {
interface [
Conditional=VIDEO_TRACK,
V8EnabledAtRuntime=webkitVideoTrack,
- V8CustomToJSObject,
IndexedGetter,
EventTarget,
JSCustomMarkFunction,
- JSCustomIsReachable
+ JSCustomIsReachable,
+ V8GenerateIsReachable=ImplOwnerRoot
] TextTrackList {
readonly attribute unsigned long length;
TextTrack item(in unsigned long index);
« no previous file with comments | « third_party/WebCore/html/canvas/WebGLRenderingContext.idl ('k') | third_party/WebCore/inspector/JavaScriptCallFrame.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698