Index: third_party/WebKit/Source/bindings/tests/idls/core/TestLegacyCallbackInterface.idl |
diff --git a/third_party/WebKit/Source/bindings/tests/idls/core/TestLegacyCallbackInterface.idl b/third_party/WebKit/Source/bindings/tests/idls/core/TestLegacyCallbackInterface.idl |
new file mode 100644 |
index 0000000000000000000000000000000000000000..78d7a1a0e06545829268ccc3dd68cda01a969f86 |
--- /dev/null |
+++ b/third_party/WebKit/Source/bindings/tests/idls/core/TestLegacyCallbackInterface.idl |
@@ -0,0 +1,9 @@ |
+// Copyright 2017 The Chromium Authors. All rights reserved. |
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+ |
+callback interface TestLegacyCallbackInterface { |
+ const unsigned short CONST_VALUE_USHORT_42 = 42; |
+ |
+ unsigned short acceptNode(Node node); |
+}; |