Index: third_party/WebKit/Source/core/html/HTMLShadowElement.idl |
diff --git a/third_party/WebKit/Source/core/html/HTMLShadowElement.idl b/third_party/WebKit/Source/core/html/HTMLShadowElement.idl |
index 035492c5035710ce5e5c1d63b43f9a2cbeb08e34..6e96d2564cd1b6d641593baa3b16724553eaf86a 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLShadowElement.idl |
+++ b/third_party/WebKit/Source/core/html/HTMLShadowElement.idl |
@@ -31,5 +31,5 @@ |
// https://w3c.github.io/webcomponents/spec/shadow/#the-shadow-element |
interface HTMLShadowElement : HTMLElement { |
- NodeList getDistributedNodes(); |
+ [Measure] NodeList getDistributedNodes(); |
}; |