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: third_party/WebKit/Source/core/frame/Deprecation.cpp

Issue 2471803002: Remove MediaStreamTrack.getSources(). (Closed)
Patch Set: Fix platform-specific expectations file Created 4 years, 1 month 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/frame/Deprecation.cpp
diff --git a/third_party/WebKit/Source/core/frame/Deprecation.cpp b/third_party/WebKit/Source/core/frame/Deprecation.cpp
index abfa91b3c9d142ee79fa8f1c6f0463dbd6092ef6..acf4384865e9046d051cf76d82f0d7a297a584c9 100644
--- a/third_party/WebKit/Source/core/frame/Deprecation.cpp
+++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp
@@ -391,10 +391,6 @@ String Deprecation::deprecationMessage(UseCounter::Feature feature) {
return replacedBy("'Performance.onwebkitresourcetimingbufferfull'",
"'Performance.onresourcetimingbufferfull'");
- case UseCounter::MediaStreamTrackGetSources:
- return willBeRemoved("MediaStreamTrack.getSources", M56,
- "4765305641369600");
-
case UseCounter::WebAnimationHyphenatedProperty:
return "Hyphenated property names in Web Animations keyframes are "
"invalid and therefore ignored. Please use camelCase instead.";

Powered by Google App Engine
This is Rietveld 408576698