| Index: Source/core/workers/TeleportCallback.idl
|
| diff --git a/Source/bindings/tests/idls/core/TestInterfaceDocument.idl b/Source/core/workers/TeleportCallback.idl
|
| similarity index 94%
|
| copy from Source/bindings/tests/idls/core/TestInterfaceDocument.idl
|
| copy to Source/core/workers/TeleportCallback.idl
|
| index 2a687e871a44bace871a2d7b65243bbbdedc7339..9fcb4b5d10c8fd5745b1e54bb10de6ba46b48002 100644
|
| --- a/Source/bindings/tests/idls/core/TestInterfaceDocument.idl
|
| +++ b/Source/core/workers/TeleportCallback.idl
|
| @@ -28,5 +28,6 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -interface TestInterfaceDocument : Document {
|
| +callback interface TeleportCallback {
|
| + void handleEvent(TeleportContext context);
|
| };
|
|
|