diff options
author | deanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-08 14:49:56 +0000 |
---|---|---|
committer | deanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-08 14:49:56 +0000 |
commit | a9348447e45b41890143f8e3460172e41e4a40c6 (patch) | |
tree | b05f849d617439ccaab9b0853d2b6ac16774a137 /WEBKIT_MERGE_REVISION | |
parent | 7340a68ff7f45460c0a71f1397737079cbf4d59d (diff) | |
download | chromium_src-a9348447e45b41890143f8e3460172e41e4a40c6.zip chromium_src-a9348447e45b41890143f8e3460172e41e4a40c6.tar.gz chromium_src-a9348447e45b41890143f8e3460172e41e4a40c6.tar.bz2 |
Remove our only use of dynamic_cast, which is not needed.
We don't want to ever use RTTI. This was casting a WebContents to a
TabContents, which is a simple and safe upcase, since WebContents derives from
TabContents. It should have just been a static_cast.
Review URL: http://codereview.chromium.org/62147
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13350 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'WEBKIT_MERGE_REVISION')
0 files changed, 0 insertions, 0 deletions