Missed this part in my last checkin...
git-svn-id: svn://10.0.0.236/trunk@105475 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
0ea8290c58
commit
50079c3385
@ -700,7 +700,8 @@ nsXMLContentSink::OpenContainer(const nsIParserNode& aNode)
|
||||
// of an element before creating the element. This is because the
|
||||
// namespace prefix for an element might be declared within the attribute
|
||||
// list.
|
||||
PushNameSpacesFrom(aNode);
|
||||
result = PushNameSpacesFrom(aNode);
|
||||
NS_ENSURE_SUCCESS(result, result);
|
||||
|
||||
PRInt32 nameSpaceID = GetNameSpaceId(nameSpacePrefix);
|
||||
|
||||
|
||||
@ -139,7 +139,7 @@ protected:
|
||||
nsIContent* aContent,
|
||||
PRBool aIsHTML);
|
||||
nsresult AddContentAsLeaf(nsIContent *aContent);
|
||||
void PushNameSpacesFrom(const nsIParserNode& aNode);
|
||||
nsresult PushNameSpacesFrom(const nsIParserNode& aNode);
|
||||
static void SplitXMLName(nsAReadableString& aString, nsIAtom **aPrefix,
|
||||
nsIAtom **aTagName);
|
||||
PRInt32 GetNameSpaceId(nsIAtom* aPrefix);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user