diff options
author | huanr@chromium.org <huanr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-21 23:00:25 +0000 |
---|---|---|
committer | huanr@chromium.org <huanr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-21 23:00:25 +0000 |
commit | c7cc3f559ecc96849168432c7d3abcca4eeebb4f (patch) | |
tree | f2c92f86bd0b4d0b0ec8a6b0d2977a5304b556be | |
parent | b32d90b7a59d64e4f7bf0a71675a5d03b28d0021 (diff) | |
download | chromium_src-c7cc3f559ecc96849168432c7d3abcca4eeebb4f.zip chromium_src-c7cc3f559ecc96849168432c7d3abcca4eeebb4f.tar.gz chromium_src-c7cc3f559ecc96849168432c7d3abcca4eeebb4f.tar.bz2 |
Making some crash signature more generic.
Review URL: http://codereview.chromium.org/155886
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21225 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/test/data/reliability/known_crashes.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/test/data/reliability/known_crashes.txt b/chrome/test/data/reliability/known_crashes.txt index 552b4d4..8875234 100644 --- a/chrome/test/data/reliability/known_crashes.txt +++ b/chrome/test/data/reliability/known_crashes.txt @@ -72,10 +72,10 @@ SUBSTRING : webcore::frameloader::didreceiveresponse___webcore::resourceloader:: PREFIX : webcore::renderobject::localtoabsolute___webcore::layoutstate::layoutstate___webcore::renderview::pushlayoutstate___webcore::frameview::layout # 17366 -wtf::refptr<webcore::node>::operator=___webcore::frameview::scrolltoanchor___webcore::frameview::maintainscrollpositionatanchor___webcore::frameloader::gotoanchor +SUBSTRING : operator=___webcore::frameview::scrolltoanchor___webcore::frameview::maintainscrollpositionatanchor___webcore::frameloader::gotoanchor # 17367 -wtf::hashtable<webcore::string,webcore::string,wtf::identityextractor<webcore::string>,webcore::stringhash,wtf::hashtraits<webcore::string>,wtf::hashtraits<webcore::string> >::add<webcore::string,webcore::string,wtf::identityhashtranslator<webcore::string,webcore::string,webcore::stringhash> >___webcore::frameloader::dispatchwillsendrequest___webcore::frameloader::willsendrequest___webcore::resourceloader::willsendrequest___webcore::mainresourceloader::willsendrequest___webcore::mainresourceloader::loadnow +PREFIX : wtf::hashtable<webcore::string,webcore::string,wtf::identityextractor<webcore::string>,webcore::stringhash,wtf::hashtraits<webcore::string>,wtf::hashtraits<webcore::string> >::add<webcore::string,webcore::string,wtf::identityhashtranslator<webcore::string,webcore::string,webcore::stringhash> >___webcore::frameloader::dispatchwillsendrequest___webcore::frameloader::willsendrequest___webcore::resourceloader::willsendrequest___webcore::mainresourceloader::willsendrequest___webcore::mainresourceloader::loadnow # 8033 SUBSTRING : windowdragresponsetask::run___messageloop::runtask___messageloop::dowork |