mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-19 01:10:22 +00:00
Bug 13910. Make sure we push the 'NC:description' attribute. r=dougt
This commit is contained in:
parent
35eeaffa17
commit
a1cde307de
@ -71,7 +71,7 @@ public:
|
||||
|
||||
NS_DECL_NSIRDFXMLSINKOBSERVER
|
||||
|
||||
private:
|
||||
protected:
|
||||
|
||||
nsXPINotifierImpl();
|
||||
virtual ~nsXPINotifierImpl();
|
||||
@ -630,7 +630,7 @@ nsXPINotifierImpl::OnEndLoad(nsIRDFXMLSink *aSink)
|
||||
nsCOMPtr<nsIRDFDataSource> ds = do_QueryInterface(mInner);
|
||||
|
||||
ds->Assert(aPackage, kNC_Type, kXPI_Notifier_Type, PR_TRUE);
|
||||
ds->Assert(aPackage, kNC_Source, title, PR_TRUE);
|
||||
ds->Assert(aPackage, kNC_Description, title, PR_TRUE);
|
||||
ds->Assert(aPackage, kNC_URL, url, PR_TRUE);
|
||||
|
||||
ds->Assert(kNC_FlashRoot, kNC_Child, aPackage, PR_TRUE);
|
||||
|
Loading…
x
Reference in New Issue
Block a user