Commit 74cb8e59 authored by estade@chromium.org's avatar estade@chromium.org

fix settings page crashes

a more intricate fix is on the way, see http://codereview.chromium.org/10154004/

for now this fixes the vast majority of crashes and is easy to merge to m19.

BUG=123705
TEST=manual


Review URL: http://codereview.chromium.org/10169024

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133524 0039d316-1c4b-4281-b951-d872f2087c98
parent 171fa98d
......@@ -623,7 +623,7 @@ cr.define('options', function() {
* finished loading).
*/
OptionsPage.reinitializeCore = function() {
if (!this.initialized_)
if (this.initialized_)
chrome.send('coreOptionsInitialize');
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment