| Index: tools/telemetry/telemetry/core/web_contents.py
|
| diff --git a/tools/telemetry/telemetry/core/web_contents.py b/tools/telemetry/telemetry/core/web_contents.py
|
| index 837c084f46a50982c92e02f6382bc01a6c571859..749f4ac2533cff95dfeaefca1642fcea06a2ecdb 100644
|
| --- a/tools/telemetry/telemetry/core/web_contents.py
|
| +++ b/tools/telemetry/telemetry/core/web_contents.py
|
| @@ -71,3 +71,6 @@ class WebContents(object):
|
|
|
| def StopTimelineRecording(self):
|
| self._inspector_backend.StopTimelineRecording()
|
| +
|
| + def TakeJSHeapSnapshot(self, timeout=120):
|
| + return self._inspector_backend.TakeJSHeapSnapshot(timeout)
|
|
|