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

Unified Diff: third_party/WebKit/Source/bindings/tests/idls/core/TestInterfacePartial.idl

Issue 2408083003: Drop [ExperimentalCallbackFunction] (Closed)
Patch Set: Update tests and expectations Created 4 years, 2 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/WebKit/Source/bindings/tests/idls/core/TestInterfacePartial.idl
diff --git a/third_party/WebKit/Source/bindings/tests/idls/core/TestInterfacePartial.idl b/third_party/WebKit/Source/bindings/tests/idls/core/TestInterfacePartial.idl
index 0bc42acce806c2ef882564fa2cb37681d1a0bb46..b54bd4df565b1c110d6b12a467f2179e91c1bb17 100644
--- a/third_party/WebKit/Source/bindings/tests/idls/core/TestInterfacePartial.idl
+++ b/third_party/WebKit/Source/bindings/tests/idls/core/TestInterfacePartial.idl
@@ -35,7 +35,7 @@ enum PartialEnumType {
typedef DOMString PartialString;
-callback PartialCallbackType = void (PartialString value);
+[Custom] callback PartialCallbackType = void (PartialString value);
[
RuntimeEnabled=PartialFeatureName,
] partial interface TestInterface {

Powered by Google App Engine
This is Rietveld 408576698