зеркало из https://github.com/mozilla/gecko-dev.git
[for mossop@blueprintit.co.uk] Bug 325350 r=brettw Places build fails
due to nsIParser change.
This commit is contained in:
Родитель
ec83762d22
Коммит
d9c4c55b1c
|
@ -452,7 +452,11 @@ nsLivemarkLoadListener::ParseHTMLFragment(nsAString &aFragString,
|
||||||
|
|
||||||
// parse the fragment
|
// parse the fragment
|
||||||
parser->SetContentSink(sink);
|
parser->SetContentSink(sink);
|
||||||
|
#ifdef MOZILLA_1_8_BRANCH
|
||||||
parser->Parse(aFragString, (void*)0, NS_LITERAL_CSTRING("text/html"), PR_FALSE, PR_TRUE, eDTDMode_fragment);
|
parser->Parse(aFragString, (void*)0, NS_LITERAL_CSTRING("text/html"), PR_FALSE, PR_TRUE, eDTDMode_fragment);
|
||||||
|
#else
|
||||||
|
parser->Parse(aFragString, (void*)0, NS_LITERAL_CSTRING("text/html"), PR_TRUE, eDTDMode_fragment);
|
||||||
|
#endif
|
||||||
// get the fragment node
|
// get the fragment node
|
||||||
nsCOMPtr<nsIDOMDocumentFragment> contextfrag;
|
nsCOMPtr<nsIDOMDocumentFragment> contextfrag;
|
||||||
rv = fragSink->GetFragment(getter_AddRefs(contextfrag));
|
rv = fragSink->GetFragment(getter_AddRefs(contextfrag));
|
||||||
|
|
Загрузка…
Ссылка в новой задаче