diff options
author | jungshik@google.com <jungshik@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-30 19:14:31 +0000 |
---|---|---|
committer | jungshik@google.com <jungshik@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-30 19:14:31 +0000 |
commit | 2ae5547f328619cf90c2cefd4603e5db62469fe7 (patch) | |
tree | 83dc46cf5afdccc0b2aa1643ced08f3b3e4ca3b1 /tools/purify | |
parent | 4ca4e4d93de615dd2ce5a4c5f442bd7760b0951c (diff) | |
download | chromium_src-2ae5547f328619cf90c2cefd4603e5db62469fe7.zip chromium_src-2ae5547f328619cf90c2cefd4603e5db62469fe7.tar.gz chromium_src-2ae5547f328619cf90c2cefd4603e5db62469fe7.tar.bz2 |
Revert sdk 6.1 upgrade changes.
TBR=nsylvain
Review URL: http://codereview.chromium.org/17021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7501 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/purify')
-rw-r--r-- | tools/purify/purify_message.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/purify/purify_message.py b/tools/purify/purify_message.py index 9ff107f..be1b58d 100644 --- a/tools/purify/purify_message.py +++ b/tools/purify/purify_message.py @@ -117,7 +117,7 @@ class Stack: # if functions match the following, elide them from the stack pat_func_elide = (re.compile('^std::'), re.compile('^new\(')) # if files match the following, elide them from the stack - pat_file_elide = (re.compile('.*platformsdk_win2008.*'), + pat_file_elide = (re.compile('.*platformsdk_vista.*'), re.compile('.*.(dll|DLL)$'), # bug 1069902 re.compile('webkit/pending/wtf/fastmalloc\.h'), |