Commit 0d0c9cc5 authored by thestig@chromium.org's avatar thestig@chromium.org

Valgrind: Suppress error in AccessibilityTable::roleValue().

BUG=139467
TEST=none
TBR=dmazzoni
Review URL: https://chromiumcodereview.appspot.com/10823068

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148877 0039d316-1c4b-4281-b951-d872f2087c98
parent 0bb5a58f
...@@ -2850,6 +2850,24 @@ ...@@ -2850,6 +2850,24 @@
fun:_ZN7history16InMemoryDatabase12InitFromDiskERK8FilePath fun:_ZN7history16InMemoryDatabase12InitFromDiskERK8FilePath
fun:_ZN7history22InMemoryHistoryBackend4InitERK8FilePathS3_PNS_11URLDatabaseERKSs fun:_ZN7history22InMemoryHistoryBackend4InitERK8FilePathS3_PNS_11URLDatabaseERKSs
} }
{
bug_77766
Memcheck:Leak
fun:malloc
fun:_ZN3WTF10fastMallocEm
fun:_ZN7WebCore18PerformTaskContextnwEm
fun:_ZN7WebCore8Document8postTaskEN3WTF10PassOwnPtrINS_22ScriptExecutionContext4TaskEEE
fun:_ZN7WebCore20WorkerMessagingProxy22workerContextDestroyedEv
fun:_ZN6WebKit19WebWorkerClientImpl22workerContextDestroyedEv
fun:_ZN7WebCore13WorkerContextD2Ev
fun:_ZN7WebCore22DedicatedWorkerContextD0Ev
fun:_ZN3WTF10RefCountedIN7WebCore13WorkerContextEE5derefEv
fun:_ZN3WTF6RefPtrIN7WebCore13WorkerContextEEaSEPS2_
fun:_ZN7WebCore12WorkerThread12workerThreadEv
fun:_ZN7WebCore12WorkerThread17workerThreadStartEPv
fun:_ZN3WTFL16threadEntryPointEPv
fun:_ZN3WTFL19wtfThreadEntryPointEPv
}
{ {
bug_78201 bug_78201
Memcheck:Leak Memcheck:Leak
...@@ -5695,23 +5713,19 @@ ...@@ -5695,23 +5713,19 @@
fun:_ZN12_GLOBAL__N_143ExtensionProtocolTest_IncognitoRequest_Test8TestBodyEv fun:_ZN12_GLOBAL__N_143ExtensionProtocolTest_IncognitoRequest_Test8TestBodyEv
} }
{ {
bug_77766 bug_139467
Memcheck:Leak Memcheck:Uninitialized
fun:malloc fun:_ZNK7WebCore18AccessibilityTable9roleValueEv
fun:_ZN3WTF10fastMallocEm fun:_ZNK7WebCore25AccessibilityRenderObject20ariaLiveRegionStatusEv
fun:_ZN7WebCore18PerformTaskContextnwEm fun:_ZNK7WebCore19AccessibilityObject22supportsARIALiveRegionEv
fun:_ZN7WebCore8Document8postTaskEN3WTF10PassOwnPtrINS_22ScriptExecutionContext4TaskEEE fun:_ZNK7WebCore19AccessibilityObject22supportsARIAAttributesEv
fun:_ZN7WebCore20WorkerMessagingProxy22workerContextDestroyedEv fun:_ZN7WebCore25AccessibilityRenderObject26determineAccessibilityRoleEv
fun:_ZN6WebKit19WebWorkerClientImpl22workerContextDestroyedEv fun:_ZN7WebCore23AccessibilityNodeObject4initEv
fun:_ZN7WebCore13WorkerContextD2Ev fun:_ZN7WebCore25AccessibilityRenderObject4initEv
fun:_ZN7WebCore22DedicatedWorkerContextD0Ev fun:_ZN7WebCore18AccessibilityTable4initEv
fun:_ZN3WTF10RefCountedIN7WebCore13WorkerContextEE5derefEv fun:_ZN7WebCore18AccessibilityTable6createEPNS_12RenderObjectE
fun:_ZN3WTF6RefPtrIN7WebCore13WorkerContextEEaSEPS2_
fun:_ZN7WebCore12WorkerThread12workerThreadEv
fun:_ZN7WebCore12WorkerThread17workerThreadStartEPv
fun:_ZN3WTFL16threadEntryPointEPv
fun:_ZN3WTFL19wtfThreadEntryPointEPv
} }
#----------------------------------------------------------------------- #-----------------------------------------------------------------------
# 4. These only occur on our Google workstations # 4. These only occur on our Google workstations
......
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