Bug 1346501. Remove mFrameCreateCalled from nsImageLoadingContent, it is now unused

This commit is contained in:
janekptacijarabaci 2018-07-12 18:57:25 +02:00 committed by Roy Tam
commit 731b3ea7ee
2 changed files with 1 additions and 9 deletions

View file

@ -459,9 +459,6 @@ private:
// registered with the refresh driver.
bool mCurrentRequestRegistered;
bool mPendingRequestRegistered;
// True when FrameCreate has been called but FrameDestroy has not.
bool mFrameCreateCalled;
};
#endif // nsImageLoadingContent_h__