mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Mac: Fix crash on older 10.7 versions when building with the 10.7 SDK (issue #1026).
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1453@1351 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
@@ -46,11 +46,6 @@ patches = [
|
||||
'name': 'webkit_popups',
|
||||
'path': '../third_party/WebKit/Source/WebKit/chromium/',
|
||||
},
|
||||
{
|
||||
# https://code.google.com/p/chromiumembedded/issues/detail?id=953
|
||||
'name': 'renderer_host_953',
|
||||
'path': '../content/browser/renderer_host/',
|
||||
},
|
||||
{
|
||||
# http://code.google.com/p/chromiumembedded/issues/detail?id=642
|
||||
'name': 'renderer_main_642',
|
||||
@@ -68,9 +63,11 @@ patches = [
|
||||
'path': '../content/common/',
|
||||
},
|
||||
{
|
||||
# Fix crash on 10.6 when building with the 10.7 SDK
|
||||
# Fix problem with temporary animations not rendering correctly.
|
||||
# https://code.google.com/p/chromiumembedded/issues/detail?id=953
|
||||
# Fix crash on 10.6 and older 10.7 versions when building with the 10.7 SDK.
|
||||
# http://code.google.com/p/chromiumembedded/issues/detail?id=1026
|
||||
'name': 'renderer_host_1026',
|
||||
'name': 'renderer_host_953_1026',
|
||||
'path': '../content/browser/renderer_host/',
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user