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

Unified Diff: Source/core/frame/UseCounter.cpp

Issue 291553005: Deprecate HTMLHeadElement.profile (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 | « LayoutTests/fast/dom/element-attribute-js-null-expected.txt ('k') | Source/core/html/HTMLHeadElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/UseCounter.cpp
diff --git a/Source/core/frame/UseCounter.cpp b/Source/core/frame/UseCounter.cpp
index 0272ab0f63296a01f051304853435f7d20c1d02f..3e69e21d49861e5b2fbb773e38bcd2a59450b8a1 100644
--- a/Source/core/frame/UseCounter.cpp
+++ b/Source/core/frame/UseCounter.cpp
@@ -728,6 +728,9 @@ String UseCounter::deprecationMessage(Feature feature)
case OverflowChangedEvent:
return "The 'overflowchanged' event is deprecated and may be removed. Please do not use it.";
+ case HTMLHeadElementProfile:
+ return "'HTMLHeadElement.profile' is deprecated. The reflected attribute has no effect.";
+
// Features that aren't deprecated don't have a deprecation message.
default:
return String();
« no previous file with comments | « LayoutTests/fast/dom/element-attribute-js-null-expected.txt ('k') | Source/core/html/HTMLHeadElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698