| Index: chrome/browser/resources/settings/polymer_config.js
|
| diff --git a/content/test/data/service_worker/while_true_worker.js b/chrome/browser/resources/settings/polymer_config.js
|
| similarity index 86%
|
| copy from content/test/data/service_worker/while_true_worker.js
|
| copy to chrome/browser/resources/settings/polymer_config.js
|
| index ebfc2249c9bb157d0f29eb3da12130efb4858ed2..3b20eae9d9f36421d5bb5bf7919eeeae7ad54f06 100644
|
| --- a/content/test/data/service_worker/while_true_worker.js
|
| +++ b/chrome/browser/resources/settings/polymer_config.js
|
| @@ -2,4 +2,4 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -while(true) { }
|
| +Polymer = {dom: 'shadow'};
|
|
|