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

Unified Diff: core/events/MessageEvent.idl

Issue 2786203002: Roll 50: Copied IDLs, PYTHON scripts from WebKit removed deleted files in WebCore (Closed)
Patch Set: Created 3 years, 9 months 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
« no previous file with comments | « core/events/KeyboardEventInit.idl ('k') | core/events/MouseEvent.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/events/MessageEvent.idl
diff --git a/core/events/MessageEvent.idl b/core/events/MessageEvent.idl
index 588a9397f371543fcd79ae406553a67b5ae516e7..536ba1f6b8bdf9a08032fe4e53662a6fa7a3861f 100644
--- a/core/events/MessageEvent.idl
+++ b/core/events/MessageEvent.idl
@@ -38,6 +38,7 @@
// TODO(bashi): |source| should be (WindowProxy or MessagePort)?
readonly attribute EventTarget? source;
readonly attribute MessagePort[]? ports;
+ [RuntimeEnabled=suborigins] readonly attribute DOMString suborigin;
// TODO(philipj): None of the initMessageEvent() arguments should be
// optional, and |sourceArg| and |portsArg| are of the wrong type.
« no previous file with comments | « core/events/KeyboardEventInit.idl ('k') | core/events/MouseEvent.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698