Bug 993194, part 3 - Remove trailing whitespace from nsNodeInfoManager. r=smaug

This commit is contained in:
Andrew McCreight 2014-04-10 07:05:20 -07:00
Родитель a066c1b7bd
Коммит 8160114bbd
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -396,7 +396,7 @@ nsNodeInfoManager::SetDocumentPrincipal(nsIPrincipal *aPrincipal)
}
NS_ASSERTION(aPrincipal, "Must have principal by this point!");
NS_ADDREF(mPrincipal = aPrincipal);
}

Просмотреть файл

@ -75,7 +75,7 @@ public:
/**
* Returns the nodeinfo for the document node. Can return null if OOM.
*/
already_AddRefed<nsINodeInfo> GetDocumentNodeInfo();
already_AddRefed<nsINodeInfo> GetDocumentNodeInfo();
/**
* Retrieve a pointer to the document that owns this node info