Commit 2a9dbfb8 authored by glider@chromium.org's avatar glider@chromium.org

Extend the suppression for uninit values in WebCore::RenderBox::paintFillLayers (issue 164198)

Extend the suppression for leak in webkit_glue::CppBoundClass::BindToJavascript (issue 150648)

BUG=164198,150648
TBR=eugenis
Review URL: https://codereview.chromium.org/11412331

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171030 0039d316-1c4b-4281-b951-d872f2087c98
parent c6a8ddbf
...@@ -1506,7 +1506,7 @@ ...@@ -1506,7 +1506,7 @@
fun:WTF::StringImpl::createUninitialized fun:WTF::StringImpl::createUninitialized
fun:WTF::StringImpl::create fun:WTF::StringImpl::create
fun:WebKit::WebString::assign fun:WebKit::WebString::assign
fun:WebKit::WebString::WebString fun:*WebString*
fun:webkit_glue::CppBoundClass::BindToJavascript fun:webkit_glue::CppBoundClass::BindToJavascript
fun:::TestWebFrameClient::didClearWindowObject fun:::TestWebFrameClient::didClearWindowObject
fun:WebKit::FrameLoaderClientImpl::dispatchDidClearWindowObjectInWorld fun:WebKit::FrameLoaderClientImpl::dispatchDidClearWindowObjectInWorld
......
...@@ -6309,10 +6309,6 @@ ...@@ -6309,10 +6309,6 @@
bug_164198 bug_164198
Memcheck:Uninitialized Memcheck:Uninitialized
fun:_ZN7WebCore9RenderBox15paintFillLayersERKNS_9PaintInfoERKNS_5ColorEPKNS_9FillLayerERKNS_10LayoutRectENS_24BackgroundBleedAvoidanceENS_17CompositeOperatorEPNS_12RenderObjectE fun:_ZN7WebCore9RenderBox15paintFillLayersERKNS_9PaintInfoERKNS_5ColorEPKNS_9FillLayerERKNS_10LayoutRectENS_24BackgroundBleedAvoidanceENS_17CompositeOperatorEPNS_12RenderObjectE
fun:_ZN7WebCore9RenderBox15paintBackgroundERKNS_9PaintInfoERKNS_10LayoutRectENS_24BackgroundBleedAvoidanceE
fun:_ZN7WebCore9RenderBox19paintBoxDecorationsERNS_9PaintInfoERKNS_11LayoutPointE
fun:_ZN7WebCore11RenderBlock11paintObjectERNS_9PaintInfoERKNS_11LayoutPointE
fun:_ZN7WebCore11RenderBlock5paintERNS_9PaintInfoERKNS_11LayoutPointE
... ...
fun:_ZN7WebCore11RenderBlock11paintObjectERNS_9PaintInfoERKNS_11LayoutPointE fun:_ZN7WebCore11RenderBlock11paintObjectERNS_9PaintInfoERKNS_11LayoutPointE
fun:_ZN7WebCore11RenderBlock5paintERNS_9PaintInfoERKNS_11LayoutPointE fun:_ZN7WebCore11RenderBlock5paintERNS_9PaintInfoERKNS_11LayoutPointE
......
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