Chromium Code Reviews| 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..746cfca71c76f2242d6719c3c03d999a48a791b8 100644 |
| --- a/components/dom_distiller/core/javascript/domdistiller.js |
| +++ b/components/dom_distiller/core/javascript/domdistiller.js |
| @@ -33,5 +33,5 @@ |
| if (e.stack != undefined) window.console.error(e.stack); |
| } |
| return undefined; |
| -})(options = $$OPTIONS, |
| - stringify_output = $$STRINGIFY) |
| +})($$OPTIONS, |
| + $$STRINGIFY) |
|
mdjones
2017/06/07 00:15:44
nit: do these still need to be on different lines?
wychen
2017/06/07 01:17:32
Done.
|