diff options
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 be1b58d..9ff107f 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_vista.*'), + pat_file_elide = (re.compile('.*platformsdk_win2008.*'), re.compile('.*.(dll|DLL)$'), # bug 1069902 re.compile('webkit/pending/wtf/fastmalloc\.h'), |