Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1468)

Unified Diff: core/dom/MessageEvent.idl

Issue 9889044: IDL roll to multivm 1266 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 10 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: core/dom/MessageEvent.idl
diff --git a/core/dom/MessageEvent.idl b/core/dom/MessageEvent.idl
index 928f2d7717c1a541a74be5f1024b857a12b86533..a2793317e49fe7459205c9936d0eb097973a2c77 100644
--- a/core/dom/MessageEvent.idl
+++ b/core/dom/MessageEvent.idl
@@ -31,8 +31,8 @@
[InitializedByEventConstructor] readonly attribute DOMString origin;
[InitializedByEventConstructor] readonly attribute DOMString lastEventId;
[InitializedByEventConstructor] readonly attribute DOMWindow source;
- [InitializedByEventConstructor, CachedAttribute, CustomGetter] readonly attribute any data;
- [InitializedByEventConstructor, CustomGetter] readonly attribute Array ports;
+ [InitializedByEventConstructor, CustomGetter] readonly attribute any data;
+ [InitializedByEventConstructor] readonly attribute MessagePort[] ports;
[Custom] void initMessageEvent([Default=Undefined] optional DOMString typeArg,
[Default=Undefined] optional boolean canBubbleArg,
« no previous file with comments | « core/dom/MessageChannel.idl ('k') | core/dom/MouseEvent.idl » ('j') | core/dom/NodeList.idl » ('J')

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b