mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 479480 - drop the XP_MAC specific MAX_REFLOW_DEPTH. r=josh, sr=dbaron
This commit is contained in:
parent
61218c204f
commit
32ff514c95
@ -87,12 +87,7 @@
|
||||
{ 0xd19e6730, 0x5e2f, 0x4131, \
|
||||
{ 0x89, 0xdb, 0x8a, 0x91, 0x85, 0x15, 0x09, 0x7d } }
|
||||
|
||||
|
||||
#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
|
||||
#define MAX_REFLOW_DEPTH 200
|
||||
|
||||
class nsIHTMLContentSink : public nsIContentSink
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user