Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(326)

Unified Diff: third_party/WebCore/Modules/intents/DOMWindowIntents.idl

Issue 11363035: Roll IDLs forward. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
};

Powered by Google App Engine
This is Rietveld 408576698