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 f990800c169efbc848d8dbd631cd7205e5e3c9ec..d34520951765bf83b93934bd3e12ef44a5730134 100644 |
--- a/third_party/WebCore/Modules/intents/DOMWindowIntents.idl |
+++ b/third_party/WebCore/Modules/intents/DOMWindowIntents.idl |
@@ -31,6 +31,8 @@ module window { |
Supplemental=DOMWindow |
] DOMWindowIntents { |
attribute IntentConstructor WebKitIntent; |
+ |
+ attribute [Replaceable] DeliveredIntent webkitIntent; |
}; |
} |