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

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

Issue 134683007: IDL compiler: sync Python to r166680 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Order 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 7284e28369cfcdeeee0983b1eaf0c40c78c0c176..dabff58f486c06686137a81967f196a44d682cd0 100644
--- a/Source/bindings/tests/idls/TestObjectPython.idl
+++ b/Source/bindings/tests/idls/TestObjectPython.idl
@@ -437,5 +437,5 @@ interface TestObjectPython {
// Extended attributes on referenced interfaces
// (not self; self-reference tests at interface themselves)
attribute TestInterfacePython testInterfacePythonAttribute; // [ImplementedAs]
- attribute TestInterfaceGarbageCollected? testInterfaceGarbageCollectedAttribute; // [GarbageCollected]
+ attribute TestInterfaceWillBeGarbageCollected? testInterfaceWillBeGarbageCollectedAttribute; // [WillBeGarbageCollected]
};

Powered by Google App Engine
This is Rietveld 408576698