diff options
author | Jeremy Andrews <athenian200@outlook.com> | 2021-11-04 03:47:57 -0500 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2022-04-19 21:42:11 +0000 |
commit | 22b8e6b79f5a566c7e106bf98d4125f5faa661f4 (patch) | |
tree | f97d9f663f056871bccd0a294bcb17059dd2067f /dom/xbl/nsXBLBinding.h | |
parent | f9b28d20069b39b2e8a141415e4ac89b4808fbdd (diff) | |
download | uxp-22b8e6b79f5a566c7e106bf98d4125f5faa661f4.tar.gz |
Issue #1593 - Part 1: Import William Chen's patches w/o selector implementation,
fixed up.
Diffstat (limited to 'dom/xbl/nsXBLBinding.h')
-rw-r--r-- | dom/xbl/nsXBLBinding.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dom/xbl/nsXBLBinding.h b/dom/xbl/nsXBLBinding.h index 5eb743398a..a61866aed4 100644 --- a/dom/xbl/nsXBLBinding.h +++ b/dom/xbl/nsXBLBinding.h @@ -138,6 +138,11 @@ public: mozilla::dom::XBLChildrenElement* FindInsertionPointFor(nsIContent* aChild); + bool IsShadowRootBinding() + { + return mIsShadowRootBinding; + } + bool HasFilteredInsertionPoints() { return !mInsertionPoints.IsEmpty(); |