| Index: Source/bindings/tests/idls/TestInterfaceConstructor3.idl
|
| diff --git a/Source/core/inspector/InspectorOverlayHost.idl b/Source/bindings/tests/idls/TestInterfaceConstructor3.idl
|
| similarity index 92%
|
| copy from Source/core/inspector/InspectorOverlayHost.idl
|
| copy to Source/bindings/tests/idls/TestInterfaceConstructor3.idl
|
| index 2f1978e4e1f4aee160ec91e972d07b57db755d79..19b6669a0e57ed612ba86fc12ddf6497c7495e6d 100644
|
| --- a/Source/core/inspector/InspectorOverlayHost.idl
|
| +++ b/Source/bindings/tests/idls/TestInterfaceConstructor3.idl
|
| @@ -28,9 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| +// Test for length > 0, non-overloaded constructor.
|
| [
|
| - NoInterfaceObject
|
| -] interface InspectorOverlayHost {
|
| - void resume();
|
| - void stepOver();
|
| + Constructor(DOMString stringArg),
|
| +] interface TestInterfaceConstructor3 {
|
| };
|
|
|