| Index: core/testing/InternalProfilers.idl
|
| diff --git a/core/inspector/InspectorOverlayHost.idl b/core/testing/InternalProfilers.idl
|
| similarity index 89%
|
| copy from core/inspector/InspectorOverlayHost.idl
|
| copy to core/testing/InternalProfilers.idl
|
| index 2f1978e4e1f4aee160ec91e972d07b57db755d79..7030e9e4116e37ae7a564dd9ae3a0b22bcf52778 100644
|
| --- a/core/inspector/InspectorOverlayHost.idl
|
| +++ b/core/testing/InternalProfilers.idl
|
| @@ -30,7 +30,9 @@
|
|
|
| [
|
| NoInterfaceObject
|
| -] interface InspectorOverlayHost {
|
| - void resume();
|
| - void stepOver();
|
| +] interface InternalProfilers {
|
| + void startHeapProfiling(DOMString prefix);
|
| + void stopHeapProfiling();
|
| + void dumpHeapProfiling(DOMString reason);
|
| + DOMString getHeapProfile();
|
| };
|
|
|