mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 07:48:38 +09:00
Issue #2112 - Part 9: Remove handling for multiple style backends
This commit is contained in:
parent
28cd0ceb47
commit
b96b733bfa
20 changed files with 20 additions and 125 deletions
|
|
@ -24,7 +24,6 @@ struct SupportsParsingInfo
|
|||
nsIURI* mDocURI;
|
||||
nsIURI* mBaseURI;
|
||||
nsIPrincipal* mPrincipal;
|
||||
StyleBackendType mStyleBackendType;
|
||||
};
|
||||
|
||||
static nsresult
|
||||
|
|
@ -44,7 +43,6 @@ GetParsingInfo(const GlobalObject& aGlobal,
|
|||
aInfo.mDocURI = nsCOMPtr<nsIURI>(doc->GetDocumentURI()).get();
|
||||
aInfo.mBaseURI = nsCOMPtr<nsIURI>(doc->GetBaseURI()).get();
|
||||
aInfo.mPrincipal = win->GetPrincipal();
|
||||
aInfo.mStyleBackendType = doc->GetStyleBackendType();
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue