Bug 1390036 (part 1) - Remove most remaining uses of nsXPIDLString. r=erahm.

CompareCacheHashEntry::mCrit[] is the only case where the nsXPIDLString-ness
was important. The patch adds an explicit SetIsVoid() call to that class's
constructor and changes some null checks to IsVoid() checks.
This commit is contained in:
Nicholas Nethercote
2017-08-11 18:31:22 +10:00
parent bf3c235fea
commit 608970ed67
11 changed files with 19 additions and 20 deletions

View File

@@ -9730,7 +9730,6 @@ public:
private:
// Use IDL strings so .get() returns null by default
nsXPIDLString mWindowTarget;
nsXPIDLCString mTypeHint;
nsString mSrcdoc;