From 10d3df1efdd9e4fcc02551794bf2599ad1dad632 Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Wed, 20 Apr 2011 15:20:31 +0000 Subject: [PATCH] Support parsing of virtual methods with default implementations. git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@220 5089003a-bbd8-11dd-ad1f-f1f9622dbc98 --- tools/cef_parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/cef_parser.py b/tools/cef_parser.py index 2b8f4df41..2e33ec6ce 100644 --- a/tools/cef_parser.py +++ b/tools/cef_parser.py @@ -440,7 +440,7 @@ class obj_header: p = re.compile('\n'+_cre_attrib+ '\nclass'+_cre_space+_cre_cfname+_cre_space+ ':'+_cre_space+'public'+_cre_space+'CefBase'+ - '\n{(.*?)}', re.MULTILINE | re.DOTALL) + '\n{(.*?)};', re.MULTILINE | re.DOTALL) list = p.findall(data) # build the class objects