Chromium Code Reviews| Index: test/inspector/protocol-test.js |
| diff --git a/test/inspector/protocol-test.js b/test/inspector/protocol-test.js |
| index 3528c32477033abb9a8159c8e8647eeb1d9e8092..2259e15145ca6c8e351863e895b9068f80559f12 100644 |
| --- a/test/inspector/protocol-test.js |
| +++ b/test/inspector/protocol-test.js |
| @@ -269,3 +269,7 @@ InspectorTest._dispatchMessage = function(messageObject) |
| InspectorTest.completeTest(); |
| } |
| } |
| + |
| +InspectorTest.loadScript = function(fileName) { |
| + InspectorTest.addScript(read(fileName)); |
| +} |