Chromium Code Reviews| Index: LayoutTests/inspector/extensions/resources/test-script.js |
| diff --git a/LayoutTests/inspector/extensions/resources/test-script.js b/LayoutTests/inspector/extensions/resources/test-script.js |
| index 8d99d7fb6287bbdf966f7098831ef824cb565935..285921bd669359f79cbf54ffe31a7bda3accf203 100644 |
| --- a/LayoutTests/inspector/extensions/resources/test-script.js |
| +++ b/LayoutTests/inspector/extensions/resources/test-script.js |
| @@ -1,4 +1,5 @@ |
| -function __test_function() |
| +function logMessage() |
| { |
| + console.log("don't panic!"); |
| } |