summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa/browser_window_controller.h
diff options
context:
space:
mode:
authordglazkov@chromium.org <dglazkov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-05 21:28:51 +0000
committerdglazkov@chromium.org <dglazkov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-05 21:28:51 +0000
commit991cf3c582cf9c8c4ee877349e1cd35ac2b838e9 (patch)
tree688590b7eda16786d4c915baeef7a68b05b22e9a /chrome/browser/cocoa/browser_window_controller.h
parentd59baf73fcb717fab2bbab2d9851bc9da3d5745c (diff)
downloadchromium_src-991cf3c582cf9c8c4ee877349e1cd35ac2b838e9.zip
chromium_src-991cf3c582cf9c8c4ee877349e1cd35ac2b838e9.tar.gz
chromium_src-991cf3c582cf9c8c4ee877349e1cd35ac2b838e9.tar.bz2
Ensure that we never call into WebCore::Page static methods when Page constructor hasn't been called.
This is a top crash for Mac right now. The crash occurs because the static table of all pages in the renderer is initialized in WebCore:: Page constructor, and if we attempt to access this table before the Page was created (i.e. before WebView::Create is called), we get into a crashy situation. I am really not sure how to reproduce this, but I can defend against the situation. BUG=17555 R=darin TEST=unable to repro, speculative fix. Review URL: http://codereview.chromium.org/159887 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22540 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/cocoa/browser_window_controller.h')
0 files changed, 0 insertions, 0 deletions