| 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 8f010d9d64b55e6f5dece729d2bbd8c5339161ef..415197e78349c5b70fc84abfc55a2959f0679554 100644
|
| --- a/components/dom_distiller/core/javascript/domdistiller.js
|
| +++ b/components/dom_distiller/core/javascript/domdistiller.js
|
| @@ -12,7 +12,7 @@
|
| // context so that it doesn't change the real window object.
|
| function initialize(window) {
|
| // This include will be processed at build time by grit.
|
| - <include src="../../../../third_party/dom_distiller_js/package/js/domdistiller.js"/>
|
| + <include src="../../../../third_party/dom_distiller_js/dist/js/domdistiller.js"/>
|
| }
|
| <if expr="is_ios">
|
| // UIWebView's JavaScript engine has a bug that causes crashes when
|
|
|