| Index: third_party/WebCore/Modules/intents/DOMWindowIntents.idl
|
| diff --git a/third_party/WebCore/Modules/intents/DOMWindowIntents.idl b/third_party/WebCore/Modules/intents/DOMWindowIntents.idl
|
| index 766f5f930eb2434805841a0d6b319c3df7cfd1d4..262f80bb9d91a9c2e05ddfb2d2c6e7c026a2a1f9 100644
|
| --- a/third_party/WebCore/Modules/intents/DOMWindowIntents.idl
|
| +++ b/third_party/WebCore/Modules/intents/DOMWindowIntents.idl
|
| @@ -30,6 +30,6 @@
|
| ] interface DOMWindowIntents {
|
| attribute IntentConstructor WebKitIntent;
|
|
|
| - [Replaceable] attribute DeliveredIntent webkitIntent;
|
| + [Replaceable] readonly attribute DeliveredIntent webkitIntent;
|
| };
|
|
|
|
|