diff options
author | Pale Moon <git-repo@palemoon.org> | 2016-03-31 02:30:15 +0200 |
---|---|---|
committer | Pale Moon <git-repo@palemoon.org> | 2016-03-31 02:30:15 +0200 |
commit | 5c90e4393ec4238a1519f92c36c74120727c0ccf (patch) | |
tree | efa8aab73a277816d25e9f3b830d937cf2d94380 /dom/network | |
parent | 9bbca659d969d2fd90b93eeb41bb587fad42cb86 (diff) | |
download | palemoon-gre-5c90e4393ec4238a1519f92c36c74120727c0ccf.tar.gz |
Revert "Reinstate static initializers for CC-able objects."
This reverts commit 0914637e0eb33101b4d8ca481e945ac92777b19d.
Diffstat (limited to 'dom/network')
-rw-r--r-- | dom/network/src/MobileConnection.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dom/network/src/MobileConnection.cpp b/dom/network/src/MobileConnection.cpp index 9023811c0..134836638 100644 --- a/dom/network/src/MobileConnection.cpp +++ b/dom/network/src/MobileConnection.cpp @@ -48,8 +48,6 @@ NS_IMPL_ISUPPORTS1(MobileConnection::Listener, nsIMobileConnectionListener) DOMCI_DATA(MozMobileConnection, MobileConnection) -NS_IMPL_CYCLE_COLLECTION_CLASS(MobileConnection) - NS_IMPL_CYCLE_COLLECTION_TRAVERSE_BEGIN_INHERITED(MobileConnection, nsDOMEventTargetHelper) // Don't traverse mListener because it doesn't keep any reference to |