Issue #1118 - Part 7: Remove no-longer-used mWillReparent debug code.

This commit is contained in:
wolfbeast 2019-12-23 00:00:23 +01:00 committed by Roy Tam
commit 10e59cb5a9
2 changed files with 0 additions and 17 deletions

View file

@ -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