diff --git a/mozilla/content/base/src/nsDOMAttribute.cpp b/mozilla/content/base/src/nsDOMAttribute.cpp index 849ae17189a..19e1178ffba 100644 --- a/mozilla/content/base/src/nsDOMAttribute.cpp +++ b/mozilla/content/base/src/nsDOMAttribute.cpp @@ -735,7 +735,7 @@ nsDOMAttribute::DispatchDOMEvent(nsEvent* aEvent, nsIDOMEvent* aDOMEvent, return NS_ERROR_NOT_IMPLEMENTED; } -nsresult +NS_IMETHODIMP nsDOMAttribute::GetListenerManager(PRBool aCreateIfNotFound, nsIEventListenerManager** aResult) { diff --git a/mozilla/content/base/src/nsDOMAttribute.h b/mozilla/content/base/src/nsDOMAttribute.h index 7c35ba22d65..3e36edd9740 100644 --- a/mozilla/content/base/src/nsDOMAttribute.h +++ b/mozilla/content/base/src/nsDOMAttribute.h @@ -100,8 +100,8 @@ public: virtual nsresult DispatchDOMEvent(nsEvent* aEvent, nsIDOMEvent* aDOMEvent, nsPresContext* aPresContext, nsEventStatus* aEventStatus); - virtual nsresult GetListenerManager(PRBool aCreateIfNotFound, - nsIEventListenerManager** aResult); + NS_IMETHOD GetListenerManager(PRBool aCreateIfNotFound, + nsIEventListenerManager** aResult); virtual nsresult Clone(nsINodeInfo *aNodeInfo, nsINode **aResult) const; static void Initialize(); diff --git a/mozilla/content/base/src/nsGenericDOMDataNode.cpp b/mozilla/content/base/src/nsGenericDOMDataNode.cpp index dfb36fd250b..f12f385223e 100644 --- a/mozilla/content/base/src/nsGenericDOMDataNode.cpp +++ b/mozilla/content/base/src/nsGenericDOMDataNode.cpp @@ -703,7 +703,7 @@ nsGenericDOMDataNode::DispatchDOMEvent(nsEvent* aEvent, aPresContext, aEventStatus); } -nsresult +NS_IMETHODIMP nsGenericDOMDataNode::GetListenerManager(PRBool aCreateIfNotFound, nsIEventListenerManager** aResult) { diff --git a/mozilla/content/base/src/nsGenericDOMDataNode.h b/mozilla/content/base/src/nsGenericDOMDataNode.h index 69d11c1a7fc..a198e4a499f 100644 --- a/mozilla/content/base/src/nsGenericDOMDataNode.h +++ b/mozilla/content/base/src/nsGenericDOMDataNode.h @@ -180,8 +180,8 @@ public: virtual nsresult DispatchDOMEvent(nsEvent* aEvent, nsIDOMEvent* aDOMEvent, nsPresContext* aPresContext, nsEventStatus* aEventStatus); - virtual nsresult GetListenerManager(PRBool aCreateIfNotFound, - nsIEventListenerManager** aResult); + NS_IMETHOD GetListenerManager(PRBool aCreateIfNotFound, + nsIEventListenerManager** aResult); // Implementation for nsIContent virtual nsresult BindToTree(nsIDocument* aDocument, nsIContent* aParent, diff --git a/mozilla/content/base/src/nsGenericElement.cpp b/mozilla/content/base/src/nsGenericElement.cpp index 13eaa368e56..9cd6a1d5062 100644 --- a/mozilla/content/base/src/nsGenericElement.cpp +++ b/mozilla/content/base/src/nsGenericElement.cpp @@ -214,7 +214,7 @@ nsINode::UnsetProperty(PRUint16 aCategory, nsIAtom *aPropertyName, aStatus); } -nsresult +NS_IMETHODIMP nsGenericElement::GetListenerManager(PRBool aCreateIfNotFound, nsIEventListenerManager** aResult) { diff --git a/mozilla/content/base/src/nsGenericElement.h b/mozilla/content/base/src/nsGenericElement.h index 34af6cc992d..43961ecc9b6 100644 --- a/mozilla/content/base/src/nsGenericElement.h +++ b/mozilla/content/base/src/nsGenericElement.h @@ -394,8 +394,8 @@ public: virtual nsresult DispatchDOMEvent(nsEvent* aEvent, nsIDOMEvent* aDOMEvent, nsPresContext* aPresContext, nsEventStatus* aEventStatus); - virtual nsresult GetListenerManager(PRBool aCreateIfNotFound, - nsIEventListenerManager** aResult); + NS_IMETHOD GetListenerManager(PRBool aCreateIfNotFound, + nsIEventListenerManager** aResult); // nsIContent interface methods virtual nsresult BindToTree(nsIDocument* aDocument, nsIContent* aParent, diff --git a/mozilla/content/events/public/nsPIDOMEventTarget.h b/mozilla/content/events/public/nsPIDOMEventTarget.h index 81684b4ae09..8ea8dd02a4a 100644 --- a/mozilla/content/events/public/nsPIDOMEventTarget.h +++ b/mozilla/content/events/public/nsPIDOMEventTarget.h @@ -113,8 +113,8 @@ public: * one already exists. [IN] * @param aResult The event listener manager [OUT] */ - virtual nsresult GetListenerManager(PRBool aCreateIfNotFound, - nsIEventListenerManager** aResult) = 0; + NS_IMETHOD GetListenerManager(PRBool aCreateIfNotFound, + nsIEventListenerManager** aResult) = 0; }; NS_DEFINE_STATIC_IID_ACCESSOR(nsPIDOMEventTarget, NS_PIDOMEVENTTARGET_IID) diff --git a/mozilla/extensions/wallet/walletpreview/Makefile.in b/mozilla/extensions/wallet/walletpreview/Makefile.in index 1d61046e694..bb3fc105974 100644 --- a/mozilla/extensions/wallet/walletpreview/Makefile.in +++ b/mozilla/extensions/wallet/walletpreview/Makefile.in @@ -51,6 +51,7 @@ REQUIRES = xpcom \ string \ wallet \ dom \ + content \ layout \ necko \ widget \ diff --git a/mozilla/profile/pref-migrator/src/Makefile.in b/mozilla/profile/pref-migrator/src/Makefile.in index 423b86a9db6..b192e260637 100644 --- a/mozilla/profile/pref-migrator/src/Makefile.in +++ b/mozilla/profile/pref-migrator/src/Makefile.in @@ -66,6 +66,7 @@ REQUIRES = xpcom \ uconv \ windowwatcher \ embed_base \ + content \ $(NULL) CPPSRCS = \