summaryrefslogtreecommitdiffstats
path: root/layout/style/ServoStyleSheet.h
diff options
context:
space:
mode:
Diffstat (limited to 'layout/style/ServoStyleSheet.h')
-rw-r--r--layout/style/ServoStyleSheet.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/layout/style/ServoStyleSheet.h b/layout/style/ServoStyleSheet.h
index 079f196eb..c54c15e7d 100644
--- a/layout/style/ServoStyleSheet.h
+++ b/layout/style/ServoStyleSheet.h
@@ -29,7 +29,8 @@ public:
bool HasRules() const;
- void SetOwningDocument(nsIDocument* aDocument);
+ void SetAssociatedDocument(nsIDocument* aDocument,
+ DocumentAssociationMode aAssociationMode);
ServoStyleSheet* GetParentSheet() const;
void AppendStyleSheet(ServoStyleSheet* aSheet);