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

Unified Diff: core/html/HTMLTableCellElement.idl

Issue 2786203002: Roll 50: Copied IDLs, PYTHON scripts from WebKit removed deleted files in WebCore (Closed)
Patch Set: Created 3 years, 9 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 | « core/html/HTMLSlotElement.idl ('k') | core/html/HTMLTableElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/html/HTMLTableCellElement.idl
diff --git a/core/html/HTMLTableCellElement.idl b/core/html/HTMLTableCellElement.idl
index 7a9a8d8e8c0f325729569e267b45f6befa9efc1b..933fedbd60dce482d17e59acb34ae733564028d8 100644
--- a/core/html/HTMLTableCellElement.idl
+++ b/core/html/HTMLTableCellElement.idl
@@ -24,7 +24,7 @@ interface HTMLTableCellElement : HTMLElement {
attribute unsigned long colSpan;
attribute unsigned long rowSpan;
// TODO(philipj): headers should be a [PutForwards=value] readonly attribute
- // DOMSettableTokenList.
+ // DOMTokenList.
[Reflect, TreatNullAs=NullString] attribute DOMString headers;
readonly attribute long cellIndex;
« no previous file with comments | « core/html/HTMLSlotElement.idl ('k') | core/html/HTMLTableElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698