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

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

Issue 2493343002: Remove legacy callers for HTMLEmbedElement and HTMLObjectElement (Closed)
Patch Set: fix another test Created 3 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/frame/Deprecation.cpp
diff --git a/third_party/WebKit/Source/core/frame/Deprecation.cpp b/third_party/WebKit/Source/core/frame/Deprecation.cpp
index 7dbd45056f737e167590e260cbae541a2d4144b8..b9d0ff385642d88f55a65c64e752bc44d5864c93 100644
--- a/third_party/WebKit/Source/core/frame/Deprecation.cpp
+++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp
@@ -382,13 +382,6 @@ String Deprecation::deprecationMessage(UseCounter::Feature feature) {
case UseCounter::VRDeprecatedGetPose:
return replacedBy("VRDisplay.getPose()", "VRDisplay.getFrameData()");
- case UseCounter::HTMLEmbedElementLegacyCall:
- return willBeRemoved("HTMLEmbedElement legacy caller", M58,
- "5715026367217664");
-
- case UseCounter::HTMLObjectElementLegacyCall:
- return willBeRemoved("HTMLObjectElement legacy caller", M58,
- "5715026367217664");
case UseCounter::
ServiceWorkerRespondToNavigationRequestWithRedirectedResponse:
return String::format(

Powered by Google App Engine
This is Rietveld 408576698