| Index: third_party/WebKit/Source/core/css/cssom/WindowGetComputedStyle.idl
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/WindowGetComputedStyle.idl b/third_party/WebKit/Source/core/css/cssom/WindowGetComputedStyle.idl
|
| index e70c68d077c08c26fd1af320224ba6c32dda7912..00fac16b527d31e58a7eba1255bbb2f8cecee19b 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/WindowGetComputedStyle.idl
|
| +++ b/third_party/WebKit/Source/core/css/cssom/WindowGetComputedStyle.idl
|
| @@ -7,5 +7,5 @@
|
| [
|
| RuntimeEnabled=CSSTypedOM,
|
| ] partial interface Window {
|
| - [NewObject] StylePropertyMap getComputedStyleMap(Element element, optional DOMString? pseudoElement = null);
|
| + [NewObject] StylePropertyMapReadonly getComputedStyleMap(Element element, optional DOMString? pseudoElement = null);
|
| };
|
|
|