author | Olli Pettay <Olli.Pettay@helsinki.fi> |
Sun, 12 Feb 2012 15:33:51 +0200 | |
changeset 86663 | 4a9a6ffd1f2122565ccaf4991ee8ca7354f6710b |
parent 86662 | 12939cf8dbcbea95a13f816ce91e6de04829150a |
child 86664 | ce69ffdb3d79048f9352b58ddd6e16e78da216ca |
push id | 22041 |
push user | opettay@mozilla.com |
push date | Sun, 12 Feb 2012 13:34:12 +0000 |
treeherder | mozilla-central@4a9a6ffd1f21 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | tree_is_burning |
bugs | 726343 |
milestone | 13.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/content/events/src/nsDOMEventTargetHelper.cpp +++ b/content/events/src/nsDOMEventTargetHelper.cpp @@ -38,16 +38,17 @@ #include "nsDOMEventTargetHelper.h" #include "nsContentUtils.h" #include "nsEventDispatcher.h" #include "nsGUIEvent.h" #include "nsIDocument.h" #include "nsIJSContextStack.h" #include "nsDOMJSUtils.h" +#include "prprf.h" NS_IMPL_CYCLE_COLLECTION_CLASS(nsDOMEventListenerWrapper) NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION(nsDOMEventListenerWrapper) NS_INTERFACE_MAP_ENTRY(nsIDOMEventListener) NS_INTERFACE_MAP_END_AGGREGATED(mListener) NS_IMPL_CYCLE_COLLECTING_ADDREF(nsDOMEventListenerWrapper) NS_IMPL_CYCLE_COLLECTING_RELEASE(nsDOMEventListenerWrapper)