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

Unified Diff: third_party/WebKit/Source/core/html/track/VideoTrack.cpp

Issue 1947033002: Change "invalid value default" for HTMLTrackElement 'kind' to "metadata" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 7 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/WebKit/Source/core/html/track/VideoTrack.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/html/track/VideoTrack.cpp
diff --git a/third_party/WebKit/Source/core/html/track/VideoTrack.cpp b/third_party/WebKit/Source/core/html/track/VideoTrack.cpp
index 76b02b2f5af27556e4b380d53bf276705401a3d3..c2a08890c97243be06cf61fb2880c646ccf64bbe 100644
--- a/third_party/WebKit/Source/core/html/track/VideoTrack.cpp
+++ b/third_party/WebKit/Source/core/html/track/VideoTrack.cpp
@@ -84,7 +84,7 @@ bool VideoTrack::isValidKindKeyword(const String& kind)
|| (kind == emptyAtom);
}
-AtomicString VideoTrack::defaultKind() const
+AtomicString VideoTrack::invalidValueDefaultKind() const
{
return emptyAtom;
}
« no previous file with comments | « third_party/WebKit/Source/core/html/track/VideoTrack.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698