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

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

Issue 2526943002: Add use counters for lots of DOM APIs.
Patch Set: Add use counters for lots of DOM APIs. 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/HTMLContentElement.idl
diff --git a/third_party/WebKit/Source/core/html/HTMLContentElement.idl b/third_party/WebKit/Source/core/html/HTMLContentElement.idl
index 937de47eba26ba9d2f7e8a52bd61cd38c070eba1..a892558bd74607e8362f079518c8810eec657273 100644
--- a/third_party/WebKit/Source/core/html/HTMLContentElement.idl
+++ b/third_party/WebKit/Source/core/html/HTMLContentElement.idl
@@ -27,6 +27,6 @@
// https://w3c.github.io/webcomponents/spec/shadow/#the-content-element
interface HTMLContentElement : HTMLElement {
- [Reflect] attribute DOMString select;
- NodeList getDistributedNodes();
+ [MeasureAs=ShadowAPI, Reflect] attribute DOMString select;
+ [MeasureAs=ShadowAPI] NodeList getDistributedNodes();
};
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLCanvasElement.idl ('k') | third_party/WebKit/Source/core/html/HTMLDListElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698