Chromium Code Reviews| Index: extension/extract.js |
| diff --git a/extension/extract.js b/extension/extract.js |
| index c232d8e148e0ec4fee7912079f4b7c09f99a86f8..b9a26d7b96dbfac8c97a20f3bd40f38d4534aa0a 100644 |
| --- a/extension/extract.js |
| +++ b/extension/extract.js |
| @@ -4,6 +4,6 @@ |
| var options = {}; |
| console.profile("Extraction"); |
| -var res = com.dom_distiller.DomDistiller.applyWithOptions(options); |
| +var res = com.dom_distiller.client.DomDistiller.applyWithOptions(options); |
| console.profileEnd(); |