| Index: LayoutTests/inspector-protocol/heap-profiler/resources/heap-snapshot-common.js
|
| diff --git a/LayoutTests/inspector-protocol/heap-profiler/resources/heap-snapshot-common.js b/LayoutTests/inspector-protocol/heap-profiler/resources/heap-snapshot-common.js
|
| index 826f939b7f5a71961badbb9ed20a2dd1366e32f3..8beb4638519636bb2de767db5a34d9c005a48b55 100644
|
| --- a/LayoutTests/inspector-protocol/heap-profiler/resources/heap-snapshot-common.js
|
| +++ b/LayoutTests/inspector-protocol/heap-profiler/resources/heap-snapshot-common.js
|
| @@ -16,12 +16,6 @@ InspectorTest.fail = function(message)
|
| InspectorTest.completeTest();
|
| }
|
|
|
| -InspectorTest.assert = function(result, message)
|
| -{
|
| - if (!result)
|
| - InspectorTest.fail(message);
|
| -}
|
| -
|
| InspectorTest.takeHeapSnapshot = function(callback)
|
| {
|
| var chunks = [];
|
|
|