diff options
Diffstat (limited to 'dom/xbl/nsXBLContentSink.h')
-rw-r--r-- | dom/xbl/nsXBLContentSink.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dom/xbl/nsXBLContentSink.h b/dom/xbl/nsXBLContentSink.h index 93c1454a40..e05728d14b 100644 --- a/dom/xbl/nsXBLContentSink.h +++ b/dom/xbl/nsXBLContentSink.h @@ -96,11 +96,9 @@ protected: nsresult AddAttributes(const char16_t** aAtts, nsIContent* aContent) override; -#ifdef MOZ_XUL nsresult AddAttributesToXULPrototype(const char16_t **aAtts, uint32_t aAttsCount, nsXULPrototypeElement* aElement); -#endif // Our own helpers for constructing XBL prototype objects. nsresult ConstructBinding(uint32_t aLineNumber); |