| Index: Source/modules/crypto/AesCbcParams.idl
|
| diff --git a/Source/core/inspector/InspectorOverlayHost.idl b/Source/modules/crypto/AesCbcParams.idl
|
| similarity index 94%
|
| copy from Source/core/inspector/InspectorOverlayHost.idl
|
| copy to Source/modules/crypto/AesCbcParams.idl
|
| index 2f1978e4e1f4aee160ec91e972d07b57db755d79..b068ec9586cc8caffbb7c33b60fa19a811347d9f 100644
|
| --- a/Source/core/inspector/InspectorOverlayHost.idl
|
| +++ b/Source/modules/crypto/AesCbcParams.idl
|
| @@ -29,8 +29,7 @@
|
| */
|
|
|
| [
|
| - NoInterfaceObject
|
| -] interface InspectorOverlayHost {
|
| - void resume();
|
| - void stepOver();
|
| + NoInterfaceObject,
|
| +] interface AesCbcParams : Algorithm {
|
| + readonly attribute Uint8Array iv;
|
| };
|
|
|