diff options
author | robertshield@chromium.org <robertshield@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-09 19:52:56 +0000 |
---|---|---|
committer | robertshield@chromium.org <robertshield@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-09 19:52:56 +0000 |
commit | 08af802f7ebb68d22853308628da5a870093de14 (patch) | |
tree | f03372814e27b7b90967d58d550130bc64a6eb4b /chrome | |
parent | fe348bee89e025349af55425e6f7aa554b668891 (diff) | |
download | chromium_src-08af802f7ebb68d22853308628da5a870093de14.zip chromium_src-08af802f7ebb68d22853308628da5a870093de14.tar.gz chromium_src-08af802f7ebb68d22853308628da5a870093de14.tar.bz2 |
Adding suppression for Reliability crash in WebCore::Node::diff in WebCore::Font::operator==
BUG=75490
TEST=NONE
TBR=zea,erg
Review URL: http://codereview.chromium.org/6659005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77508 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/test/data/reliability/known_crashes.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/test/data/reliability/known_crashes.txt b/chrome/test/data/reliability/known_crashes.txt index 7dd8005..c34f8ab 100644 --- a/chrome/test/data/reliability/known_crashes.txt +++ b/chrome/test/data/reliability/known_crashes.txt @@ -199,3 +199,6 @@ PREFIX: webcore::cssselector::~cssselector___webcore::cssselectorlist::deletesel # 75459 PREFIX: webcore::inlinebox::logicalheight___webcore::inlineflowbox::maxyvisualoverflow___webcore::renderlineboxlist::anylineintersectsrect___webcore::renderlineboxlist::paint___webcore::renderblock::paintcontents___webcore::renderblock::paintobject + +# 75490 +PREFIX: webcore::font::operator==___webcore::styleinheriteddata::operator==___webcore::dataref<webcore::styleinheriteddata>::operator==___webcore::renderstyle::operator==___webcore::node::diff___webcore::element::recalcstyle |