Index: Source/core/events/InputDeviceInit.idl |
diff --git a/Source/modules/webaudio/testing/InternalsWebAudio.idl b/Source/core/events/InputDeviceInit.idl |
similarity index 71% |
copy from Source/modules/webaudio/testing/InternalsWebAudio.idl |
copy to Source/core/events/InputDeviceInit.idl |
index fb3b231f02cc8e6b4be3ac3f9e468988edd2f1ad..07fe97e6696e01521df6b991b70048640881be50 100644 |
--- a/Source/modules/webaudio/testing/InternalsWebAudio.idl |
+++ b/Source/core/events/InputDeviceInit.idl |
@@ -2,6 +2,6 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-partial interface Internals { |
- unsigned long audioHandlerCount(); |
+dictionary InputDeviceInit { |
+ boolean firesTouchEvents = false; |
}; |