| 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 353ad410adc86c797cdcd4bf4c52c12a621d3ca0..6dd3d936a4c36b0e101fa943448e722efd9113f8 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;
|
| };
|
|
|