зеркало из https://github.com/mozilla/gecko-dev.git
Attempt to fix mach-o bustage. b=172207
This commit is contained in:
Родитель
9cfd26f329
Коммит
50be3cbecb
|
@ -3432,7 +3432,13 @@ nsComputedDOMStyle::GetQueryablePropertyMap(PRUint32* aLength)
|
|||
* Properties commented out with // are not yet implemented *
|
||||
* Properties commented out with //// are shorthands and not queryable *
|
||||
\* ******************************************************************* */
|
||||
static const ComputedStyleMapEntry map[] = {
|
||||
static
|
||||
#ifndef XP_MACOSX
|
||||
// XXX If this actually fixes the bustage, replace this with an
|
||||
// autoconf test.
|
||||
const
|
||||
#endif
|
||||
ComputedStyleMapEntry map[] = {
|
||||
/* ****************************** *\
|
||||
* Implementations of CSS2 styles *
|
||||
\* ****************************** */
|
||||
|
|
|
@ -3432,7 +3432,13 @@ nsComputedDOMStyle::GetQueryablePropertyMap(PRUint32* aLength)
|
|||
* Properties commented out with // are not yet implemented *
|
||||
* Properties commented out with //// are shorthands and not queryable *
|
||||
\* ******************************************************************* */
|
||||
static const ComputedStyleMapEntry map[] = {
|
||||
static
|
||||
#ifndef XP_MACOSX
|
||||
// XXX If this actually fixes the bustage, replace this with an
|
||||
// autoconf test.
|
||||
const
|
||||
#endif
|
||||
ComputedStyleMapEntry map[] = {
|
||||
/* ****************************** *\
|
||||
* Implementations of CSS2 styles *
|
||||
\* ****************************** */
|
||||
|
|
Загрузка…
Ссылка в новой задаче