| Index: test/inspector/protocol-test.js
|
| diff --git a/test/inspector/protocol-test.js b/test/inspector/protocol-test.js
|
| index f7b3ddebba3dcba1e7151d1307570dc66964d042..7eb822ae2e078d63da09e808e9ea1676a8e7164c 100644
|
| --- a/test/inspector/protocol-test.js
|
| +++ b/test/inspector/protocol-test.js
|
| @@ -36,7 +36,7 @@ InspectorTest.logMessage = function(message)
|
| if (message.id)
|
| message.id = "<messageId>";
|
|
|
| - const nonStableFields = new Set(["objectId", "scriptId", "exceptionId", "timestamp", "executionContextId"]);
|
| + const nonStableFields = new Set(["objectId", "scriptId", "exceptionId", "timestamp", "executionContextId", "callFrameId"]);
|
| var objects = [ message ];
|
| while (objects.length) {
|
| var object = objects.shift();
|
|
|