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

Unified Diff: dom/MessagePort.idl

Issue 14107003: Update WebKit IDLs after chrome roll. (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: reupload again. Created 7 years, 8 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 | « dom/MessageEvent.idl ('k') | dom/MutationObserver.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dom/MessagePort.idl
diff --git a/dom/MessagePort.idl b/dom/MessagePort.idl
index bbd48c0ede21d8e127713d3ae140874d4c43bf10..b851ec791dbc41119b08ad8d104774b60fd2f8f9 100644
--- a/dom/MessagePort.idl
+++ b/dom/MessagePort.idl
@@ -26,11 +26,8 @@
*/
[
- JSCustomMarkFunction,
- JSGenerateIsReachable=Impl,
ActiveDOMObject,
- EventTarget,
- JSNoStaticTables
+ EventTarget
] interface MessagePort {
// We need to have something as an ObjC binding, because MessagePort is used in MessageEvent, which already has one,
// but we don't want to actually expose the API while it is in flux.
« no previous file with comments | « dom/MessageEvent.idl ('k') | dom/MutationObserver.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698