| Index: chrome/browser/resources/options/browser_options.js
|
| diff --git a/chrome/browser/resources/options/browser_options.js b/chrome/browser/resources/options/browser_options.js
|
| index 70be566e74f3d0b96a07d2dd5b43ca6ce15596e3..c883309a3773dde487ec075b56657ec9ad031483 100644
|
| --- a/chrome/browser/resources/options/browser_options.js
|
| +++ b/chrome/browser/resources/options/browser_options.js
|
| @@ -1345,8 +1345,7 @@ cr.define('options', function() {
|
| return profile;
|
| }
|
|
|
| - assert(false,
|
| - 'There should always be a current profile, but none found.');
|
| + assertNotReached('There should always be a current profile.');
|
| },
|
|
|
| /**
|
|
|