summaryrefslogtreecommitdiffstats
path: root/layout/style/CSSStyleSheet.h
diff options
context:
space:
mode:
Diffstat (limited to 'layout/style/CSSStyleSheet.h')
-rw-r--r--layout/style/CSSStyleSheet.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/layout/style/CSSStyleSheet.h b/layout/style/CSSStyleSheet.h
index 74e12291e..89189d781 100644
--- a/layout/style/CSSStyleSheet.h
+++ b/layout/style/CSSStyleSheet.h
@@ -129,7 +129,8 @@ public:
// style sheet owner info
CSSStyleSheet* GetParentSheet() const; // may be null
- void SetOwningDocument(nsIDocument* aDocument);
+ void SetAssociatedDocument(nsIDocument* aDocument,
+ DocumentAssociationMode aAssociationMode);
// Find the ID of the owner inner window.
uint64_t FindOwningWindowInnerID() const;