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

Unified Diff: Source/core/html/HTMLTableCellElement.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/HTMLObjectElement.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLTableCellElement.idl
diff --git a/Source/core/html/HTMLTableCellElement.idl b/Source/core/html/HTMLTableCellElement.idl
index b201938b86ad9efd27cafb25549e08246278e5a8..2b9d12fcd8de92854f8fdbee5593b63039313bad 100644
--- a/Source/core/html/HTMLTableCellElement.idl
+++ b/Source/core/html/HTMLTableCellElement.idl
@@ -24,8 +24,8 @@ interface HTMLTableCellElement : HTMLElement {
[Reflect] attribute DOMString align;
[Reflect] attribute DOMString axis;
[Reflect, TreatNullAs=EmptyString] attribute DOMString bgColor;
- [Reflect=char] attribute DOMString ch;
- [Reflect=charoff] attribute DOMString chOff;
+ [Reflect=char, MeasureAs=HTMLTableCellElementChar] attribute DOMString ch;
+ [Reflect=charoff, MeasureAs=HTMLTableCellElementCharOff] attribute DOMString chOff;
attribute long colSpan;
[Reflect, TreatNullAs=NullString] attribute DOMString headers;
[Reflect] attribute DOMString height;
« no previous file with comments | « Source/core/html/HTMLObjectElement.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698