mirror of
https://github.com/roytam1/UXP.git
synced 2026-05-29 17:31:07 +00:00
Issue #2112 - Part 9: Remove handling for multiple style backends
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
#include "mozilla/css/SheetParsingMode.h"
|
||||
#include "mozilla/dom/CSSStyleSheetBinding.h"
|
||||
#include "mozilla/net/ReferrerPolicy.h"
|
||||
#include "mozilla/StyleBackendType.h"
|
||||
#include "mozilla/CORSMode.h"
|
||||
#include "mozilla/ServoUtils.h"
|
||||
|
||||
@@ -39,7 +38,7 @@ class StyleSheet : public nsIDOMCSSStyleSheet
|
||||
, public nsWrapperCache
|
||||
{
|
||||
protected:
|
||||
StyleSheet(StyleBackendType aType, css::SheetParsingMode aParsingMode);
|
||||
StyleSheet(css::SheetParsingMode aParsingMode);
|
||||
StyleSheet(const StyleSheet& aCopy,
|
||||
nsIDocument* aDocumentToUse,
|
||||
nsINode* aOwningNodeToUse);
|
||||
@@ -218,7 +217,6 @@ protected:
|
||||
// and/or useful in user sheets.
|
||||
css::SheetParsingMode mParsingMode;
|
||||
|
||||
const StyleBackendType mType;
|
||||
bool mDisabled;
|
||||
|
||||
// mDocumentAssociationMode determines whether mDocument directly owns us (in
|
||||
|
||||
Reference in New Issue
Block a user