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

Unified Diff: third_party/WebKit/Source/bindings/tests/idls/modules/TestInterface5.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/modules/TestInterface5.idl
diff --git a/third_party/WebKit/Source/bindings/tests/idls/modules/TestInterface5.idl b/third_party/WebKit/Source/bindings/tests/idls/modules/TestInterface5.idl
index 74c488bd9ba9e922a80d23bfed198d255f556500..934e146c0b5ca60937048b8df5c50b98d4d2fe1c 100644
--- a/third_party/WebKit/Source/bindings/tests/idls/modules/TestInterface5.idl
+++ b/third_party/WebKit/Source/bindings/tests/idls/modules/TestInterface5.idl
@@ -32,7 +32,7 @@
// Also used as a target by TestObject
enum TestEnumModules { "EnumModulesValue1", "EnumModulesValue2" };
-[ExperimentalCallbackFunction] callback VoidCallbackFunctionModules = void ();
+callback VoidCallbackFunctionModules = void ();
[
ActiveScriptWrappable,

Powered by Google App Engine
This is Rietveld 408576698