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

Unified Diff: html/track/TextTrackCue.idl

Issue 14107003: Update WebKit IDLs after chrome roll. (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: reupload again. Created 7 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
« no previous file with comments | « html/track/TextTrack.idl ('k') | html/track/TextTrackList.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: html/track/TextTrackCue.idl
diff --git a/html/track/TextTrackCue.idl b/html/track/TextTrackCue.idl
index 3865adb3d96e745dd2808502ae0d00ebb1356be8..686f37f3552123af26803d943ed4863aa5b0ae23 100644
--- a/html/track/TextTrackCue.idl
+++ b/html/track/TextTrackCue.idl
@@ -26,12 +26,9 @@
[
Conditional=VIDEO_TRACK,
V8EnabledAtRuntime=webkitVideoTrack,
- JSGenerateToNativeObject,
Constructor(in double startTime, in double endTime, in DOMString text),
CallWith=ScriptExecutionContext,
EventTarget,
- JSCustomMarkFunction,
- JSCustomIsReachable,
ImplementationLacksVTable
] interface TextTrackCue {
readonly attribute TextTrack track;
« no previous file with comments | « html/track/TextTrack.idl ('k') | html/track/TextTrackList.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698