diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-12-23 00:00:23 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-12-23 00:00:23 +0100 |
commit | b1c7cc07c093c795cbc01c8eb43b355ea81435e4 (patch) | |
tree | 57bb980b5902c901bc0031209d66ffd7530929e9 /dom/base/nsDocument.h | |
parent | f71108680b30848e48e0a1f7a6cef7fa37ec46b1 (diff) | |
download | UXP-b1c7cc07c093c795cbc01c8eb43b355ea81435e4.tar UXP-b1c7cc07c093c795cbc01c8eb43b355ea81435e4.tar.gz UXP-b1c7cc07c093c795cbc01c8eb43b355ea81435e4.tar.lz UXP-b1c7cc07c093c795cbc01c8eb43b355ea81435e4.tar.xz UXP-b1c7cc07c093c795cbc01c8eb43b355ea81435e4.zip |
Issue #1118 - Part 7: Remove no-longer-used mWillReparent debug code.
Diffstat (limited to 'dom/base/nsDocument.h')
-rw-r--r-- | dom/base/nsDocument.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/dom/base/nsDocument.h b/dom/base/nsDocument.h index c2b1d3cdb..8ea4993f0 100644 --- a/dom/base/nsDocument.h +++ b/dom/base/nsDocument.h @@ -1646,11 +1646,6 @@ private: // Set to true when the document is possibly controlled by the ServiceWorker. // Used to prevent multiple requests to ServiceWorkerManager. bool mMaybeServiceWorkerControlled; - -#ifdef DEBUG -public: - bool mWillReparent; -#endif }; class nsDocumentOnStack |