From bbef1d3987f6649cd651c820e0acc5e7b2f0a488 Mon Sep 17 00:00:00 2001 From: "penghuang@chromium.org" Date: Tue, 25 Oct 2011 14:36:55 +0000 Subject: Init selection_text_offset_ in class constructor. BUG=101342 TEST=git try --bot=linux_valgrind Review URL: http://codereview.chromium.org/8383018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107114 0039d316-1c4b-4281-b951-d872f2087c98 --- tools/valgrind/memcheck/suppressions.txt | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'tools/valgrind') diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt index 316fddce..5e4f0c4 100644 --- a/tools/valgrind/memcheck/suppressions.txt +++ b/tools/valgrind/memcheck/suppressions.txt @@ -4929,22 +4929,6 @@ fun:_ZN7browser8NavigateEPNS_14NavigateParamsE } { - bug_101342 - Memcheck:Cond - fun:_ZN14RenderViewImpl23SyncSelectionIfRequiredEv - fun:_ZN14RenderViewImpl18didChangeSelectionEb - fun:_ZN6WebKit16EditorClientImpl25respondToChangedSelectionEv - fun:_ZN7WebCore6Editor25respondToChangedSelectionERKNS_16VisibleSelectionE - fun:_ZN7WebCore6Editor25respondToChangedSelectionERKNS_16VisibleSelectionEj - fun:_ZN7WebCore14FrameSelection12setSelectionERKNS_16VisibleSelectionEjNS0_19CursorAlignOnScrollENS_15TextGranularityE - fun:_ZN7WebCore14FrameSelection12setSelectionERKNS_16VisibleSelectionENS_15TextGranularityE - fun:_ZN7WebCore14FrameSelection34setNonDirectionalSelectionIfNeededERKNS_16VisibleSelectionENS_15TextGranularityENS0_23EndPointsAdjustmentModeE - fun:_ZN7WebCore12EventHandler49updateSelectionForMouseDownDispatchingSelectStartEPNS_4NodeERKNS_16VisibleSelectionENS_15TextGranularityE - fun:_ZN7WebCore12EventHandler32handleMousePressEventSingleClickERKNS_28MouseEventWithHitTestResultsE - fun:_ZN7WebCore12EventHandler21handleMousePressEventERKNS_28MouseEventWithHitTestResultsE - fun:_ZN7WebCore12EventHandler21handleMousePressEventERKNS_18PlatformMouseEventE -} -{ bug_101345 Memcheck:Leak fun:_Znw* -- cgit v1.1