| Index: test/inspector/protocol-test.js
|
| diff --git a/test/inspector/protocol-test.js b/test/inspector/protocol-test.js
|
| index 7eb822ae2e078d63da09e808e9ea1676a8e7164c..a1e61bba5dca3b77b833787557a865facab34ad4 100644
|
| --- a/test/inspector/protocol-test.js
|
| +++ b/test/inspector/protocol-test.js
|
| @@ -100,7 +100,10 @@ InspectorTest.logObject = function(object, title)
|
| InspectorTest.log(lines.join("\n"));
|
| }
|
|
|
| -InspectorTest.completeTest = quit.bind(null);
|
| +InspectorTest.completeTest = function()
|
| +{
|
| + Protocol.Debugger.disable().then(() => quit());
|
| +}
|
|
|
| InspectorTest.completeTestAfterPendingTimeouts = function()
|
| {
|
|
|