diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-01-18 22:43:29 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-01-18 22:43:29 +0100 |
commit | 1f9ab3a6e6e3f1e79b482c0540c98859bbc71350 (patch) | |
tree | 41e66c2a35ecb276f6107d9bba0eb62d70b39b46 /dom/performance | |
parent | 978f50dda9e6f0ff6c6cb21d4caa273f3260ebc8 (diff) | |
download | UXP-1f9ab3a6e6e3f1e79b482c0540c98859bbc71350.tar UXP-1f9ab3a6e6e3f1e79b482c0540c98859bbc71350.tar.gz UXP-1f9ab3a6e6e3f1e79b482c0540c98859bbc71350.tar.lz UXP-1f9ab3a6e6e3f1e79b482c0540c98859bbc71350.tar.xz UXP-1f9ab3a6e6e3f1e79b482c0540c98859bbc71350.zip |
Remove NS_IMPL_CYCLE_COLLECTION_TRAVERSE_SCRIPT_OBJECTS
Diffstat (limited to 'dom/performance')
-rw-r--r-- | dom/performance/PerformanceMainThread.cpp | 1 | ||||
-rw-r--r-- | dom/performance/PerformanceObserver.cpp | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/dom/performance/PerformanceMainThread.cpp b/dom/performance/PerformanceMainThread.cpp index 64c06d3ea..5a84f5fb1 100644 --- a/dom/performance/PerformanceMainThread.cpp +++ b/dom/performance/PerformanceMainThread.cpp @@ -27,7 +27,6 @@ NS_IMPL_CYCLE_COLLECTION_TRAVERSE_BEGIN_INHERITED(PerformanceMainThread, NS_IMPL_CYCLE_COLLECTION_TRAVERSE(mTiming, mNavigation, mDocEntry) - NS_IMPL_CYCLE_COLLECTION_TRAVERSE_SCRIPT_OBJECTS NS_IMPL_CYCLE_COLLECTION_TRAVERSE_END NS_IMPL_CYCLE_COLLECTION_TRACE_BEGIN_INHERITED(PerformanceMainThread, diff --git a/dom/performance/PerformanceObserver.cpp b/dom/performance/PerformanceObserver.cpp index d02acfb09..7bf194bb7 100644 --- a/dom/performance/PerformanceObserver.cpp +++ b/dom/performance/PerformanceObserver.cpp @@ -34,7 +34,6 @@ NS_IMPL_CYCLE_COLLECTION_TRAVERSE_BEGIN(PerformanceObserver) NS_IMPL_CYCLE_COLLECTION_TRAVERSE(mCallback) NS_IMPL_CYCLE_COLLECTION_TRAVERSE(mPerformance) NS_IMPL_CYCLE_COLLECTION_TRAVERSE(mOwner) - NS_IMPL_CYCLE_COLLECTION_TRAVERSE_SCRIPT_OBJECTS NS_IMPL_CYCLE_COLLECTION_TRAVERSE_END NS_IMPL_CYCLE_COLLECTION_TRACE_WRAPPERCACHE(PerformanceObserver) |