mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 702240 - [CC] Optimize sizeof nsPurpleBuffer::Block, r=mccr8
This commit is contained in:
parent
778767509f
commit
588c360a28
@ -748,7 +748,7 @@ struct nsPurpleBuffer
|
||||
private:
|
||||
struct Block {
|
||||
Block *mNext;
|
||||
nsPurpleBufferEntry mEntries[128];
|
||||
nsPurpleBufferEntry mEntries[255];
|
||||
|
||||
Block() : mNext(nsnull) {}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user