summaryrefslogtreecommitdiffstats
path: root/dom/base/nsImageLoadingContent.h
diff options
context:
space:
mode:
authorjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-07-12 18:57:25 +0200
committerjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-07-12 18:57:25 +0200
commit3945eb4c1d15a3232bb340b7348006a220398ebd (patch)
tree5478f84ba8ad7d9c3817a2fc0f7af7c1dc3dc680 /dom/base/nsImageLoadingContent.h
parent53cf12d6d808c80c4ce240cbbf8d29344c8ce644 (diff)
downloadUXP-3945eb4c1d15a3232bb340b7348006a220398ebd.tar
UXP-3945eb4c1d15a3232bb340b7348006a220398ebd.tar.gz
UXP-3945eb4c1d15a3232bb340b7348006a220398ebd.tar.lz
UXP-3945eb4c1d15a3232bb340b7348006a220398ebd.tar.xz
UXP-3945eb4c1d15a3232bb340b7348006a220398ebd.zip
Bug 1346501. Remove mFrameCreateCalled from nsImageLoadingContent, it is now unused
Diffstat (limited to 'dom/base/nsImageLoadingContent.h')
-rw-r--r--dom/base/nsImageLoadingContent.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/dom/base/nsImageLoadingContent.h b/dom/base/nsImageLoadingContent.h
index 0764d425c..5f7daff72 100644
--- a/dom/base/nsImageLoadingContent.h
+++ b/dom/base/nsImageLoadingContent.h
@@ -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__