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

Unified Diff: third_party/WebCore/html/HTMLTrackElement.idl

Issue 10825350: Roll IDL to multivm@762 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 4 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 | « third_party/WebCore/html/HTMLMediaElement.idl ('k') | third_party/WebCore/html/canvas/Float32Array.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebCore/html/HTMLTrackElement.idl
diff --git a/third_party/WebCore/html/HTMLTrackElement.idl b/third_party/WebCore/html/HTMLTrackElement.idl
index 0107df5a3d4a67b02b27342ad9068353a44b2adf..3e98fed66f0ad08fb42a40a95350fd7dfd96c9f9 100644
--- a/third_party/WebCore/html/HTMLTrackElement.idl
+++ b/third_party/WebCore/html/HTMLTrackElement.idl
@@ -28,8 +28,8 @@ module html {
Conditional=VIDEO_TRACK,
V8EnabledAtRuntime=webkitVideoTrack
] HTMLTrackElement : HTMLElement {
- attribute [Reflect, URL] DOMString src;
attribute DOMString kind;
+ attribute [Reflect, URL] DOMString src;
attribute DOMString srclang;
attribute DOMString label;
attribute [Reflect] boolean default;
« no previous file with comments | « third_party/WebCore/html/HTMLMediaElement.idl ('k') | third_party/WebCore/html/canvas/Float32Array.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698