| Index: core/inspector/InspectorOverlayHost.idl
|
| diff --git a/modules/webmidi/MIDIErrorCallback.idl b/core/inspector/InspectorOverlayHost.idl
|
| similarity index 94%
|
| copy from modules/webmidi/MIDIErrorCallback.idl
|
| copy to core/inspector/InspectorOverlayHost.idl
|
| index 0591bf6715e14bf85426c3cfb82fc2aedf25918d..2f1978e4e1f4aee160ec91e972d07b57db755d79 100644
|
| --- a/modules/webmidi/MIDIErrorCallback.idl
|
| +++ b/core/inspector/InspectorOverlayHost.idl
|
| @@ -28,6 +28,9 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -callback interface MIDIErrorCallback {
|
| - boolean handleEvent(DOMError error);
|
| +[
|
| + NoInterfaceObject
|
| +] interface InspectorOverlayHost {
|
| + void resume();
|
| + void stepOver();
|
| };
|
|
|