зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1326514 followup - Handle null prefix in namespace rule gracefully for Gecko backend.
MozReview-Commit-ID: BULWqcb33k4
This commit is contained in:
Родитель
77db25b297
Коммит
bdd541a0a1
|
@ -40,7 +40,7 @@ public:
|
|||
GetURLSpec(aNamespaceURI);
|
||||
}
|
||||
void GetPrefix(DOMString& aPrefix) {
|
||||
aPrefix.SetOwnedAtom(GetPrefix(), DOMString::eNullNotExpected);
|
||||
aPrefix.SetOwnedAtom(GetPrefix(), DOMString::eTreatNullAsEmpty);
|
||||
}
|
||||
|
||||
size_t SizeOfIncludingThis(MallocSizeOf aMallocSizeOf) const = 0;
|
||||
|
|
Загрузка…
Ссылка в новой задаче