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

Unified Diff: Source/core/html/HTMLObjectElement.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/HTMLMetaElement.idl ('k') | Source/core/html/HTMLTableCellElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLObjectElement.idl
diff --git a/Source/core/html/HTMLObjectElement.idl b/Source/core/html/HTMLObjectElement.idl
index 4eb6f396a69d528d83e14fa694a56548b98cc95b..6c485809e07704b45bb05848de27c6026164794d 100644
--- a/Source/core/html/HTMLObjectElement.idl
+++ b/Source/core/html/HTMLObjectElement.idl
@@ -33,7 +33,7 @@
[Reflect] attribute DOMString height;
[Reflect] attribute long hspace;
[Reflect] attribute DOMString name;
- [Reflect] attribute DOMString standby;
+ [Reflect, MeasureAs=HTMLObjectElementStandby] attribute DOMString standby;
[Reflect] attribute DOMString type;
[Reflect] attribute DOMString useMap;
[Reflect] attribute long vspace;
« no previous file with comments | « Source/core/html/HTMLMetaElement.idl ('k') | Source/core/html/HTMLTableCellElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698