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

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

Issue 14384004: Get rid of [Callback] extended attribute for parameters in IDL files (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix whitespace issue in generated bindings Created 7 years, 8 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/tests/idls/TestObj.idl ('k') | Source/bindings/tests/results/V8Float64Array.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/tests/idls/TestTypedefs.idl
diff --git a/Source/bindings/tests/idls/TestTypedefs.idl b/Source/bindings/tests/idls/TestTypedefs.idl
index d39daf026d71e62d00ac8724e3ed60d207d9ba0a..ee52c7a005da526eae40ecfe39d045cd4bafc84b 100644
--- a/Source/bindings/tests/idls/TestTypedefs.idl
+++ b/Source/bindings/tests/idls/TestTypedefs.idl
@@ -71,7 +71,7 @@ typedef long[] ARRAY_OF_LONGS;
typedef SVGPoint SVGPOINT;
typedef DOMString STRING;
typedef DOMString[] ARRAY_OF_STRINGS;
-typedef [Callback] TestCallback TEST_CALLBACK;
+typedef TestCallback TEST_CALLBACK;
typedef TestSubObjConstructor T;
typedef Array ARRAY;
typedef DOMException E;
« no previous file with comments | « Source/bindings/tests/idls/TestObj.idl ('k') | Source/bindings/tests/results/V8Float64Array.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698