Chromium Code Reviews| Index: Source/modules/crypto/Algorithm.idl |
| diff --git a/Source/core/inspector/InspectorOverlayHost.idl b/Source/modules/crypto/Algorithm.idl |
| similarity index 93% |
| copy from Source/core/inspector/InspectorOverlayHost.idl |
| copy to Source/modules/crypto/Algorithm.idl |
| index 2f1978e4e1f4aee160ec91e972d07b57db755d79..9af27a181e83f19bcc7861b3290b364d6953da99 100644 |
| --- a/Source/core/inspector/InspectorOverlayHost.idl |
| +++ b/Source/modules/crypto/Algorithm.idl |
| @@ -29,8 +29,8 @@ |
| */ |
| [ |
| - NoInterfaceObject |
| -] interface InspectorOverlayHost { |
| - void resume(); |
| - void stepOver(); |
| + NoInterfaceObject, |
| + CustomToV8 |
| +] interface Algorithm { |
| + readonly attribute DOMString name; |
| }; |