Chromium Code Reviews| Index: sky/framework/inspector/debug.sky |
| diff --git a/sky/framework/inspector/debug.sky b/sky/framework/inspector/debug.sky |
| index 1a33fff5dce6ec4723704ed57e032ee3e17a8f82..60fc18204b22e5510e7deb51310dd474a781ef05 100644 |
| --- a/sky/framework/inspector/debug.sky |
| +++ b/sky/framework/inspector/debug.sky |
| @@ -9,7 +9,7 @@ function loggingStub(name) { |
| } |
| } |
| -this.exports = { |
| +module.exports = { |
| logParams: logParams, |
| loggingStub: loggingStub, |
| } |