| Index: tools/purify/purify_message.py
|
| ===================================================================
|
| --- tools/purify/purify_message.py (revision 7500)
|
| +++ tools/purify/purify_message.py (working copy)
|
| @@ -117,7 +117,7 @@
|
| # 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'),
|
|
|