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

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

Issue 151173004: IDL compiler: [GarbageCollected] on other interface (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Reupload 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/TestObject.idl
diff --git a/Source/bindings/tests/idls/TestObject.idl b/Source/bindings/tests/idls/TestObject.idl
index 8a521b8629c00c3f7f75e681039482230c69cd83..32d976a7ebcce5f1648d13862531b6e57c37532e 100644
--- a/Source/bindings/tests/idls/TestObject.idl
+++ b/Source/bindings/tests/idls/TestObject.idl
@@ -227,7 +227,7 @@ callback TestCallbackFunction = void (TestEnumType formal1, TestObject formal2);
void overloadedMethodA(TestObject? objArg, DOMString strArg);
void overloadedMethodB(DOMString strArg);
void overloadedMethodB([StrictTypeChecking] DOMString strArg);
- void overloadedMethodC(Dictionary dictionaryArg); // Non-wrapper type
+ void overloadedMethodC(Dictionary dictionaryArg); // Non-wrapper type
void overloadedMethodC(double doubleArg);
// Class methods within JavaScript (like what's used for IDBKeyRange).

Powered by Google App Engine
This is Rietveld 408576698