| 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 6e9a417a3cf9df73d666cec2b9ec0a73df91a419..f1e5c3bb491b6a3a732e3e5fcef4796d75364d79 100644
|
| --- a/components/dom_distiller/core/javascript/domdistiller.js
|
| +++ b/components/dom_distiller/core/javascript/domdistiller.js
|
| @@ -33,5 +33,4 @@
|
| if (e.stack != undefined) window.console.error(e.stack);
|
| }
|
| return undefined;
|
| -})(options = $$OPTIONS,
|
| - stringify_output = $$STRINGIFY)
|
| +})($$OPTIONS, $$STRINGIFY)
|
|
|