diff options
author | Gaming4JC <g4jc@hyperbola.info> | 2020-01-04 19:48:05 -0500 |
---|---|---|
committer | Gaming4JC <g4jc@hyperbola.info> | 2020-01-26 15:50:17 -0500 |
commit | 59c26110c1124844b5c6820573a8cb4807f1151a (patch) | |
tree | 5ac0f001cc097235e5e44c4c16fa9ab120c9b76d /dom/base/nsGenericDOMDataNode.h | |
parent | a2c7b5f1d971cd529e65179ad97d39750e956644 (diff) | |
download | UXP-59c26110c1124844b5c6820573a8cb4807f1151a.tar UXP-59c26110c1124844b5c6820573a8cb4807f1151a.tar.gz UXP-59c26110c1124844b5c6820573a8cb4807f1151a.tar.lz UXP-59c26110c1124844b5c6820573a8cb4807f1151a.tar.xz UXP-59c26110c1124844b5c6820573a8cb4807f1151a.zip |
Bug 1347634 - GetCustomElementData and SetCustomElementData don't need to be virtual;
Tag UXP Issue #1344
Diffstat (limited to 'dom/base/nsGenericDOMDataNode.h')
-rw-r--r-- | dom/base/nsGenericDOMDataNode.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/dom/base/nsGenericDOMDataNode.h b/dom/base/nsGenericDOMDataNode.h index 63aa64e74..e8818b518 100644 --- a/dom/base/nsGenericDOMDataNode.h +++ b/dom/base/nsGenericDOMDataNode.h @@ -162,9 +162,6 @@ public: virtual bool IsNodeOfType(uint32_t aFlags) const override; virtual bool IsLink(nsIURI** aURI) const override; - virtual mozilla::dom::CustomElementData* GetCustomElementData() const override; - virtual void SetCustomElementData(mozilla::dom::CustomElementData* aData) override; - NS_IMETHOD WalkContentStyleRules(nsRuleWalker* aRuleWalker) override; NS_IMETHOD_(bool) IsAttributeMapped(const nsIAtom* aAttribute) const; virtual nsChangeHint GetAttributeChangeHint(const nsIAtom* aAttribute, |