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

Unified Diff: third_party/WebKit/Source/core/html/HTMLTrackElement.idl

Issue 1740483004: Rename enums/functions that collide in chromium style in core/html/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@get-names-5
Patch Set: get-names-6: . Created 4 years, 10 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/WebKit/Source/core/html/HTMLTrackElement.idl
diff --git a/third_party/WebKit/Source/core/html/HTMLTrackElement.idl b/third_party/WebKit/Source/core/html/HTMLTrackElement.idl
index 8a9b38e8bb5109f02842d7dcd6d4d651d2888c07..08b3f14b0a5b2f69c03bb10cbde8fceabd4a3d97 100644
--- a/third_party/WebKit/Source/core/html/HTMLTrackElement.idl
+++ b/third_party/WebKit/Source/core/html/HTMLTrackElement.idl
@@ -37,7 +37,7 @@ interface HTMLTrackElement : HTMLElement {
const unsigned short LOADED = 2;
// Reflect is used for ERROR because it conflicts with a windows define.
[Reflect=TRACK_ERROR] const unsigned short ERROR = 3;
- readonly attribute unsigned short readyState;
+ [ImplementedAs=getReadyState] readonly attribute unsigned short readyState;
readonly attribute TextTrack track;
};
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLTrackElement.cpp ('k') | third_party/WebKit/Source/core/html/HTMLVideoElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698