зеркало из https://github.com/mozilla/gecko-dev.git
fix warnings in transformiix standalone, not part of build, r/sr=peterv
This commit is contained in:
Родитель
da60ad7a2f
Коммит
94a5336ca2
|
@ -119,7 +119,7 @@ ProcessingInstruction*
|
|||
//
|
||||
//Return an Element by ID, introduced by DOM2
|
||||
//
|
||||
DHASH_WRAPPER(txIDMap, txIDEntry, const nsAString&)
|
||||
DHASH_WRAPPER(txIDMap, txIDEntry, nsAString&)
|
||||
|
||||
Element* Document::getElementById(const nsAString& aID)
|
||||
{
|
||||
|
|
|
@ -381,7 +381,7 @@ public:
|
|||
}
|
||||
Element* mElement;
|
||||
};
|
||||
DECL_DHASH_WRAPPER(txIDMap, txIDEntry, const nsAString&)
|
||||
DECL_DHASH_WRAPPER(txIDMap, txIDEntry, nsAString&)
|
||||
|
||||
class Document : public NodeDefinition
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче