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

Unified Diff: Source/core/html/HTMLMetaElement.idl

Issue 428893002: Add UseCounters for non-standard, internally unused reflected attributes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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 | « Source/core/html/HTMLHtmlElement.idl ('k') | Source/core/html/HTMLObjectElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLMetaElement.idl
diff --git a/Source/core/html/HTMLMetaElement.idl b/Source/core/html/HTMLMetaElement.idl
index 41d369e22ca5129df62fea8fb45e6305fd66fe26..255c0c45fd29cfab22827a7151d43dfd75419042 100644
--- a/Source/core/html/HTMLMetaElement.idl
+++ b/Source/core/html/HTMLMetaElement.idl
@@ -21,5 +21,5 @@ interface HTMLMetaElement : HTMLElement {
[Reflect] attribute DOMString content;
[Reflect=http_equiv] attribute DOMString httpEquiv;
[Reflect] attribute DOMString name;
- [Reflect] attribute DOMString scheme;
+ [Reflect, MeasureAs=HTMLMetaElementScheme] attribute DOMString scheme;
};
« no previous file with comments | « Source/core/html/HTMLHtmlElement.idl ('k') | Source/core/html/HTMLObjectElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698