| Index: Source/modules/crypto/WorkerContextCrypto.idl
|
| diff --git a/Source/core/inspector/InspectorOverlayHost.idl b/Source/modules/crypto/WorkerContextCrypto.idl
|
| similarity index 93%
|
| copy from Source/core/inspector/InspectorOverlayHost.idl
|
| copy to Source/modules/crypto/WorkerContextCrypto.idl
|
| index 2f1978e4e1f4aee160ec91e972d07b57db755d79..83b298c7bf7e7eb1b08ffb87a8e2add252644bd2 100644
|
| --- a/Source/core/inspector/InspectorOverlayHost.idl
|
| +++ b/Source/modules/crypto/WorkerContextCrypto.idl
|
| @@ -28,9 +28,6 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -[
|
| - NoInterfaceObject
|
| -] interface InspectorOverlayHost {
|
| - void resume();
|
| - void stepOver();
|
| +partial interface WorkerContext {
|
| + [EnabledAtRuntime=Crypto] readonly attribute WorkerCrypto crypto;
|
| };
|
|
|