Fix a FORWARD_NULL defect reported by Coverity.
We never construct a ScrollView object with a null horiz_sb_ or vert_sb_ member, and we already dereference horiz_sb_ and vert_sb_ without null checking in many places (including the destructor), so all the null checks for horiz_sb_ and vert_sb_ are unnecessary. Original review URL: http://codereview.chromium.org/155980/ R=ben@chromium.org BUG=17101 TEST=none Review URL: http://codereview.chromium.org/8827007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113350 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment