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

Unified Diff: third_party/WebCore/bindings/scripts/test/TestSerializedScriptValueInterface.idl

Issue 10117028: Roll WebCore IDL to multivm@418 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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 | « third_party/WebCore/bindings/scripts/test/TestNode.idl ('k') | third_party/WebCore/dom/ShadowRoot.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebCore/bindings/scripts/test/TestSerializedScriptValueInterface.idl
diff --git a/third_party/WebCore/bindings/scripts/test/TestSerializedScriptValueInterface.idl b/third_party/WebCore/bindings/scripts/test/TestSerializedScriptValueInterface.idl
index c4b886a192fd0450dd4017fc198676a3e5dde214..facf7cba85824a05dd381fd23ae0ddbbb8e4721e 100644
--- a/third_party/WebCore/bindings/scripts/test/TestSerializedScriptValueInterface.idl
+++ b/third_party/WebCore/bindings/scripts/test/TestSerializedScriptValueInterface.idl
@@ -34,6 +34,7 @@ module test {
attribute SerializedScriptValue value;
readonly attribute SerializedScriptValue readonlyValue;
attribute [CachedAttribute] SerializedScriptValue cachedValue;
+ readonly attribute MessagePortArray ports;
readonly attribute [CachedAttribute] SerializedScriptValue cachedReadonlyValue;
void acceptTransferList(in [TransferList=transferList] SerializedScriptValue data, in [Optional] Array transferList);
void multiTransferList(in [Optional, TransferList=tx] SerializedScriptValue first, in [Optional] Array tx, in [Optional, TransferList=txx] SerializedScriptValue second, in [Optional] Array txx);
« no previous file with comments | « third_party/WebCore/bindings/scripts/test/TestNode.idl ('k') | third_party/WebCore/dom/ShadowRoot.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698