mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1123114 - Mark DOMString::mStringBuffer as unsafe; r=smaug
This commit is contained in:
parent
b324a67bec
commit
6707ffbdc4
@ -175,7 +175,9 @@ private:
|
||||
|
||||
// For callees that know we exist, we can be a stringbuffer/length/null-flag
|
||||
// triple.
|
||||
nsStringBuffer* mStringBuffer;
|
||||
nsStringBuffer* MOZ_UNSAFE_REF("The ways in which this can be safe are "
|
||||
"documented above and enforced through "
|
||||
"assertions") mStringBuffer;
|
||||
uint32_t mLength;
|
||||
bool mIsNull;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user