DescriptionFix a crash when built with 10.7 SDK running on OS X 10.6
NSWindowDidChangeBackingPropertiesNotification is available since 10.7.
Our buildbots use OS X 10.7 SDK to build with minimum target system
version set to 10.6. For features available only to 10.7 and up, we
normally have runtime guard to check if the system is 10.6 then we don't
use it.
However this one is in chromium content module and it doesn't have such
runtime check. We don't know the exact details of chromium buildbot or
how do they make release builds, it seems that they are building 10.6
releases with 10.6 SDK (which will disable the feature in compile time).
BUG=260595
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=212060
Patch Set 1 #Patch Set 2 : #Messages
Total messages: 6 (0 generated)
|