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

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

Issue 140663011: Rename [GarbageCollected] to [WillBeGarbageCollected] (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
« no previous file with comments | « Source/bindings/scripts/code_generator_v8.pm ('k') | Source/modules/encoding/TextDecoder.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/tests/idls/TestInterfaceGarbageCollected.idl
diff --git a/Source/bindings/tests/idls/TestInterfaceGarbageCollected.idl b/Source/bindings/tests/idls/TestInterfaceGarbageCollected.idl
index b010bad93ca95b195d029f5e07701fadf08e7833..7e63e527448be7b26c2ccadeef33540c4d5594bd 100644
--- a/Source/bindings/tests/idls/TestInterfaceGarbageCollected.idl
+++ b/Source/bindings/tests/idls/TestInterfaceGarbageCollected.idl
@@ -30,7 +30,7 @@
[
Constructor(DOMString str),
- GarbageCollected,
+ WillBeGarbageCollected,
] interface TestInterfaceGarbageCollected {
attribute TestInterfaceGarbageCollected attr1;
void func(TestInterfaceGarbageCollected arg);
« no previous file with comments | « Source/bindings/scripts/code_generator_v8.pm ('k') | Source/modules/encoding/TextDecoder.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698