Chromium Code Reviews| Index: sky/framework/inspector/console-agent.sky |
| diff --git a/sky/framework/inspector/console-agent.sky b/sky/framework/inspector/console-agent.sky |
| index 9ce5b1795f276fe6acf4d476f9af6a28466a20f0..58240d81eb768afdda1a44f1a369293fd2da1c19 100644 |
| --- a/sky/framework/inspector/console-agent.sky |
| +++ b/sky/framework/inspector/console-agent.sky |
| @@ -8,5 +8,5 @@ ConsoleAgent.prototype.enable = function() { |
| }; |
| }; |
| -this.exports = ConsoleAgent; |
| +module.exports = ConsoleAgent; |
| </script> |