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/base | |
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/base')
-rw-r--r-- | dom/base/ShadowRoot.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dom/base/ShadowRoot.h b/dom/base/ShadowRoot.h index 775eaae957..63535c9a06 100644 --- a/dom/base/ShadowRoot.h +++ b/dom/base/ShadowRoot.h @@ -108,6 +108,7 @@ public: void SetInsertionPointChanged() { mInsertionPointChanged = true; } + nsXBLBinding* GetAssociatedBinding() { return mAssociatedBinding; } void SetAssociatedBinding(nsXBLBinding* aBinding) { mAssociatedBinding = aBinding; } JSObject* WrapObject(JSContext* aCx, JS::Handle<JSObject*> aGivenProto) override; |