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 ee54e405017aa1c22eff1c4e5885a79884473447..15a8be0338e6b5ab70f2250cc2f1525d7dfcb757 100644 |
--- a/chrome/browser/resources/options/browser_options.js |
+++ b/chrome/browser/resources/options/browser_options.js |
@@ -1337,8 +1337,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, but none found.'); |
}, |
/** |