зеркало из https://github.com/mozilla/pjs.git
Bug 479480 - drop the XP_MAC specific MAX_REFLOW_DEPTH. r=josh, sr=dbaron
This commit is contained in:
Родитель
a23d9e71cc
Коммит
40317376cc
|
@ -87,12 +87,7 @@
|
||||||
{ 0xd19e6730, 0x5e2f, 0x4131, \
|
{ 0xd19e6730, 0x5e2f, 0x4131, \
|
||||||
{ 0x89, 0xdb, 0x8a, 0x91, 0x85, 0x15, 0x09, 0x7d } }
|
{ 0x89, 0xdb, 0x8a, 0x91, 0x85, 0x15, 0x09, 0x7d } }
|
||||||
|
|
||||||
|
#define MAX_REFLOW_DEPTH 200
|
||||||
#if defined(XP_MAC)
|
|
||||||
#define MAX_REFLOW_DEPTH 75 //setting to 75 to prevent layout from crashing on mac. Bug 55095.
|
|
||||||
#else
|
|
||||||
#define MAX_REFLOW_DEPTH 200 //windows and linux (etc) can do much deeper structures.
|
|
||||||
#endif
|
|
||||||
|
|
||||||
class nsIHTMLContentSink : public nsIContentSink
|
class nsIHTMLContentSink : public nsIContentSink
|
||||||
{
|
{
|
||||||
|
|
Загрузка…
Ссылка в новой задаче