Oops, StringImpl's "the empty string" global was not always initialized.

These "oops forgot to initialize" bugs are getting annoying...
This commit is contained in:
Andreas Kling 2018-10-22 13:10:08 +02:00
commit 702d308e67
Notes: sideshowbarker 2024-07-19 18:45:23 +09:00
3 changed files with 14 additions and 7 deletions

View file

@ -15,6 +15,7 @@ public:
RetainPtr<StringImpl> toUppercase() const;
static StringImpl& theEmptyStringImpl();
static void initializeGlobals();
~StringImpl();