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

Unified Diff: Source/bindings/tests/idls/TestInterfaceWillBeGarbageCollected.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/TestInterfaceWillBeGarbageCollected.idl
diff --git a/Source/bindings/tests/idls/TestInterfaceGarbageCollected.idl b/Source/bindings/tests/idls/TestInterfaceWillBeGarbageCollected.idl
similarity index 90%
rename from Source/bindings/tests/idls/TestInterfaceGarbageCollected.idl
rename to Source/bindings/tests/idls/TestInterfaceWillBeGarbageCollected.idl
index 7e63e527448be7b26c2ccadeef33540c4d5594bd..00fde09cae6bb35766b8e06f8fc5b78dce00ee44 100644
--- a/Source/bindings/tests/idls/TestInterfaceGarbageCollected.idl
+++ b/Source/bindings/tests/idls/TestInterfaceWillBeGarbageCollected.idl
@@ -31,7 +31,7 @@
[
Constructor(DOMString str),
WillBeGarbageCollected,
-] interface TestInterfaceGarbageCollected {
- attribute TestInterfaceGarbageCollected attr1;
- void func(TestInterfaceGarbageCollected arg);
+] interface TestInterfaceWillBeGarbageCollected {
+ attribute TestInterfaceWillBeGarbageCollected attr1;
+ void func(TestInterfaceWillBeGarbageCollected arg);
};
« no previous file with comments | « Source/bindings/tests/idls/TestInterfaceGarbageCollected.idl ('k') | Source/bindings/tests/idls/TestObjectPython.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698