diff options
author | Moonchild <moonchild@palemoon.org> | 2021-05-06 09:24:03 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2021-05-06 09:24:03 +0000 |
commit | 6f707bde95dab6998ac204f9ee6c925ee230c740 (patch) | |
tree | 859f6cf99f2e026b76dcc40b27b211154310d16e /dom/html | |
parent | aa0fd3d68c856504646e1d7eb499bc890ef44101 (diff) | |
download | uxp-6f707bde95dab6998ac204f9ee6c925ee230c740.tar.gz |
Issue #1751 -- Remove XP_MACOSX conditionals from the rest of the tree.
This also removes some PP abuse and takes file entries out of PP when no longer
needed without XP_MACOSX conditionals.
Diffstat (limited to 'dom/html')
-rw-r--r-- | dom/html/HTMLObjectElement.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/dom/html/HTMLObjectElement.h b/dom/html/HTMLObjectElement.h index 6f0990918f..0e69ef5faa 100644 --- a/dom/html/HTMLObjectElement.h +++ b/dom/html/HTMLObjectElement.h @@ -32,18 +32,6 @@ public: NS_IMPL_FROMCONTENT_HTML_WITH_TAG(HTMLObjectElement, object) virtual int32_t TabIndexDefault() override; -#ifdef XP_MACOSX - // nsIDOMEventTarget - NS_IMETHOD PostHandleEvent(EventChainPostVisitor& aVisitor) override; - // Helper methods - static void OnFocusBlurPlugin(Element* aElement, bool aFocus); - static void HandleFocusBlurPlugin(Element* aElement, WidgetEvent* aEvent); - static void HandlePluginCrashed(Element* aElement); - static void HandlePluginInstantiated(Element* aElement); - // Weak pointer. Null if last action was blur. - static Element* sLastFocused; -#endif - // Element virtual bool IsInteractiveHTMLContent(bool aIgnoreTabindex) const override; |