Chromium Code Reviews| Index: sky/framework/inspector/dom-agent.sky |
| diff --git a/sky/framework/inspector/dom-agent.sky b/sky/framework/inspector/dom-agent.sky |
| index f3bc58ee03c92738ebf509b14aa12c81d033878e..8d96b9d1f386ff323a984f41bd444ab78da93d7b 100644 |
| --- a/sky/framework/inspector/dom-agent.sky |
| +++ b/sky/framework/inspector/dom-agent.sky |
| @@ -161,5 +161,5 @@ DOMAgent.prototype.mutationCallback_ = function(mutationRecords) { |
| } |
| }; |
| -this.exports = DOMAgent; |
| +module.exports = DOMAgent; |
| </script> |