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

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

Issue 2515653003: Deprecate legacy callers for HTMLEmbedElement and HTMLObjectElement (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
« no previous file with comments | « third_party/WebKit/Source/bindings/core/v8/custom/V8HTMLPlugInElementCustom.cpp ('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/frame/Deprecation.cpp
diff --git a/third_party/WebKit/Source/core/frame/Deprecation.cpp b/third_party/WebKit/Source/core/frame/Deprecation.cpp
index 488f21ab633633dc3c15848f8199f6295103b1d0..4b021de29c00b1baba635cd208e6afee0be9ca2e 100644
--- a/third_party/WebKit/Source/core/frame/Deprecation.cpp
+++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp
@@ -444,6 +444,14 @@ 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");
+
// Features that aren't deprecated don't have a deprecation message.
default:
return String();
« no previous file with comments | « third_party/WebKit/Source/bindings/core/v8/custom/V8HTMLPlugInElementCustom.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698