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:
Marshall Greenblatt
2013-07-30 15:47:11 +00:00
parent 16c0a9ca7c
commit 2afe4bfb78
4 changed files with 102 additions and 70 deletions

View File

@@ -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/',
},
{