mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
288276bc25
This is found by Viva64. The error is in fact benign since the StatementCache constructor takes a reference to the nsCOMPtr passed to it, and stores it for later use, so nothing bad happens at runtime, but still we should not be using uninitialized members to initialize other members with. |
||
---|---|---|
.. | ||
DOMStorage.cpp | ||
DOMStorage.h | ||
DOMStorageCache.cpp | ||
DOMStorageCache.h | ||
DOMStorageDBThread.cpp | ||
DOMStorageDBThread.h | ||
DOMStorageIPC.cpp | ||
DOMStorageIPC.h | ||
DOMStorageManager.cpp | ||
DOMStorageManager.h | ||
DOMStorageObserver.cpp | ||
DOMStorageObserver.h | ||
moz.build | ||
PStorage.ipdl |