Index: test/inspector/runtime/get-properties-preview.js |
diff --git a/test/inspector/runtime/get-properties-preview.js b/test/inspector/runtime/get-properties-preview.js |
index 7cc81bc486fa1e6893a91ec402bc6fa190e12269..62d853a48d6f69e7cfb882a4d7b9f93ea853d7d5 100644 |
--- a/test/inspector/runtime/get-properties-preview.js |
+++ b/test/inspector/runtime/get-properties-preview.js |
@@ -2,6 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
+InspectorTest.setupInjectedScriptEnvironment(); |
+ |
Protocol.Runtime.evaluate({ "expression": "({p1: {a:1}, p2: {b:'foo', bb:'bar'}})" }).then(callbackEvaluate); |
function callbackEvaluate(result) |