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

Unified Diff: third_party/WebCore/dom/MessagePort.idl

Issue 11000007: Revert "Roll IDL to multivm@910" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 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 | « third_party/WebCore/dom/Element.idl ('k') | third_party/WebCore/fileapi/Blob.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebCore/dom/MessagePort.idl
diff --git a/third_party/WebCore/dom/MessagePort.idl b/third_party/WebCore/dom/MessagePort.idl
index 3cbd20ecbada26c7284863600cff671405dae7e3..9f393b437c3d7c44c6192511896ba4e5a414097e 100644
--- a/third_party/WebCore/dom/MessagePort.idl
+++ b/third_party/WebCore/dom/MessagePort.idl
@@ -39,12 +39,8 @@ module events {
#if defined(LANGUAGE_JAVASCRIPT) && LANGUAGE_JAVASCRIPT
[Custom] void postMessage(in any message, in [Optional] Array messagePorts)
raises(DOMException);
-
-#if defined(ENABLE_LEGACY_VENDOR_PREFIXES) && ENABLE_LEGACY_VENDOR_PREFIXES
[Custom] void webkitPostMessage(in any message, in [Optional] Array transfer)
raises(DOMException);
-#endif // defined(ENABLE_LEGACY_VENDOR_PREFIXES) && ENABLE_LEGACY_VENDOR_PREFIXES
-
void start();
void close();
« no previous file with comments | « third_party/WebCore/dom/Element.idl ('k') | third_party/WebCore/fileapi/Blob.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698