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

Unified Diff: third_party/WebKit/Source/core/frame/Deprecation.cpp

Issue 2493823002: Revert of Revert "Remove MediaStreamTrack.getSources()." (Closed)
Patch Set: 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 0e1022e9d7dc831c0b3d5a4338f80ea001387b33..7cf0c1230c27251bdff3121e0f51482f8751e929 100644
--- a/third_party/WebKit/Source/core/frame/Deprecation.cpp
+++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp
@@ -402,10 +402,6 @@
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