mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Fix CefMenuModelDelegate methods missing from the CAPI (issue #2006)
This commit is contained in:
@ -584,7 +584,7 @@ class obj_header:
|
||||
'\nclass'+_cre_space+_cre_cfname+_cre_space+
|
||||
':'+_cre_space+'public'+_cre_virtual+
|
||||
_cre_space+_cre_cfname+_cre_space+
|
||||
'{(.*?)};', re.MULTILINE | re.DOTALL)
|
||||
'{(.*?)\n};', re.MULTILINE | re.DOTALL)
|
||||
list = p.findall(data)
|
||||
if len(list) > 0:
|
||||
added = True
|
||||
|
Reference in New Issue
Block a user