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

Unified Diff: Source/bindings/tests/idls/TestObjectPython.idl

Issue 173363002: Move mediastream module to oilpan transition types (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 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
Index: Source/bindings/tests/idls/TestObjectPython.idl
diff --git a/Source/bindings/tests/idls/TestObjectPython.idl b/Source/bindings/tests/idls/TestObjectPython.idl
index 202dff3643b54284f8402a8bb0700c888e4500e8..840eb6a8a48eda02e2923b57a33dd5847396e243 100644
--- a/Source/bindings/tests/idls/TestObjectPython.idl
+++ b/Source/bindings/tests/idls/TestObjectPython.idl
@@ -440,4 +440,5 @@ interface TestObjectPython {
// (not self; self-reference tests at interface themselves)
attribute TestInterfacePython testInterfacePythonAttribute; // [ImplementedAs]
attribute TestInterfaceWillBeGarbageCollected? testInterfaceWillBeGarbageCollectedAttribute; // [WillBeGarbageCollected]
+ void voidMethodSequenceTestInterfaceWillBeGarbageCollectedArg(sequence<TestInterfaceWillBeGarbageCollected> sequenceTestInterfaceWillBeGarbageCollectedArg);
Nils Barth (inactive) 2014/02/27 11:20:53 Could you put ' // [WillBeGarbageCollected]' at th
};

Powered by Google App Engine
This is Rietveld 408576698