| 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..6e9a417a3cf9df73d666cec2b9ec0a73df91a419 100644
|
| --- a/components/dom_distiller/core/javascript/domdistiller.js
|
| +++ b/components/dom_distiller/core/javascript/domdistiller.js
|
| @@ -8,7 +8,12 @@
|
| try {
|
| function initialize() {
|
| // This include will be processed at build time by grit.
|
| + // Note: this <include> is not behind a single-line comment because the
|
| + // first line of the file is source code (so the first line would be
|
| + // skipped) instead of a licence header.
|
| + // clang-format off
|
| <include src="../../../../third_party/dom_distiller_js/dist/js/domdistiller.js"/>
|
| + // clang-format on
|
| }
|
| window.setTimeout = function() {};
|
| window.clearTimeout = function() {};
|
|
|