| Index: components/dom_distiller/core/javascript/domdistiller.js
|
| diff --git a/components/dom_distiller/core/javascript/domdistiller.js b/components/dom_distiller/core/javascript/domdistiller.js
|
| index bbd2d00d569febb7fd115c89cb33cacd4f467078..9c669ed68594dd8ded64fd51110b1fddac1f5eb4 100644
|
| --- a/components/dom_distiller/core/javascript/domdistiller.js
|
| +++ b/components/dom_distiller/core/javascript/domdistiller.js
|
| @@ -8,7 +8,7 @@
|
| try {
|
| function initialize() {
|
| // This include will be processed at build time by grit.
|
| - <include src="../../../../third_party/dom_distiller_js/dist/js/domdistiller.js"/>
|
| + // <include src="../../../../third_party/dom_distiller_js/dist/js/domdistiller.js"/>
|
| }
|
| window.setTimeout = function() {};
|
| window.clearTimeout = function() {};
|
|
|