Index: third_party/WebKit/Source/core/dom/ProcessingInstruction.idl |
diff --git a/third_party/WebKit/Source/core/dom/ProcessingInstruction.idl b/third_party/WebKit/Source/core/dom/ProcessingInstruction.idl |
index c0d0f67c2765c59e4abb9075fff6b880ad175d81..07a0a1811168ba25d2a4704dc2e3d48d486d8f3d 100644 |
--- a/third_party/WebKit/Source/core/dom/ProcessingInstruction.idl |
+++ b/third_party/WebKit/Source/core/dom/ProcessingInstruction.idl |
@@ -25,5 +25,5 @@ interface ProcessingInstruction : CharacterData { |
// ProcessingInstruction implements LinkStyle |
// https://dev.w3.org/csswg/cssom/#requirements-on-user-agents-implementing-the-xml-stylesheet-processing-instruction |
- readonly attribute StyleSheet sheet; |
+ [Measure] readonly attribute StyleSheet sheet; |
}; |