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

Unified Diff: third_party/WebKit/Source/core/html/HTMLBodyElement.idl

Issue 2572003003: NOT FOR SUBMIT: use counters for jdm@
Patch Set: Merge branch 'jdm-usecounters' into jdm-merge Created 4 years 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
Index: third_party/WebKit/Source/core/html/HTMLBodyElement.idl
diff --git a/third_party/WebKit/Source/core/html/HTMLBodyElement.idl b/third_party/WebKit/Source/core/html/HTMLBodyElement.idl
index 3879b14c672343b88eb616e7c4d2cb99e0f3beff..89d63dcf06a556e6aa1da1e00f89e83f279f7f47 100644
--- a/third_party/WebKit/Source/core/html/HTMLBodyElement.idl
+++ b/third_party/WebKit/Source/core/html/HTMLBodyElement.idl
@@ -24,9 +24,9 @@ interface HTMLBodyElement : HTMLElement {
// obsolete members
// https://html.spec.whatwg.org/#HTMLBodyElement-partial
[CEReactions, Reflect, TreatNullAs=EmptyString] attribute DOMString text;
- [CEReactions, Reflect, TreatNullAs=EmptyString] attribute DOMString link;
- [CEReactions, Reflect, TreatNullAs=EmptyString] attribute DOMString vLink;
- [CEReactions, Reflect, TreatNullAs=EmptyString] attribute DOMString aLink;
+ [Measure, CEReactions, Reflect, TreatNullAs=EmptyString] attribute DOMString link;
+ [Measure, CEReactions, Reflect, TreatNullAs=EmptyString] attribute DOMString vLink;
+ [Measure, CEReactions, Reflect, TreatNullAs=EmptyString] attribute DOMString aLink;
[CEReactions, Reflect, TreatNullAs=EmptyString] attribute DOMString bgColor;
[CEReactions, Reflect] attribute DOMString background;
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLBaseElement.idl ('k') | third_party/WebKit/Source/core/html/HTMLButtonElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698