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

Unified Diff: third_party/WebCore/bindings/scripts/test/TestObj.idl

Issue 12439002: Update idl files after Chrome roll. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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: third_party/WebCore/bindings/scripts/test/TestObj.idl
diff --git a/third_party/WebCore/bindings/scripts/test/TestObj.idl b/third_party/WebCore/bindings/scripts/test/TestObj.idl
index c0630e372ce6d7e40b122d92cabaf6d296fffe48..24a0e6c09a386b6bfafdb0dcceba9d2ef2556478 100644
--- a/third_party/WebCore/bindings/scripts/test/TestObj.idl
+++ b/third_party/WebCore/bindings/scripts/test/TestObj.idl
@@ -145,6 +145,9 @@ enum TestEnumType { "", "EnumValue1", "EnumValue2", "EnumValue3" };
void methodWithCallbackArg(in [Callback] TestCallback callback);
void methodWithNonCallbackArgAndCallbackArg(in long nonCallback, in [Callback] TestCallback callback);
void methodWithCallbackAndOptionalArg(in [Callback, Optional] TestCallback callback);
+ // static methods with 'Callback' extended attribute
+ static void staticMethodWithCallbackAndOptionalArg(in [Callback, Optional] TestCallback callback);
+ static void staticMethodWithCallbackArg(in [Callback] TestCallback callback);
#endif
// 'Conditional' extended attribute

Powered by Google App Engine
This is Rietveld 408576698