diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-07-12 18:57:25 +0200 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-07-12 18:57:25 +0200 |
commit | f2981288b8785148325a41a00446ebb5f2ea29f3 (patch) | |
tree | 5478f84ba8ad7d9c3817a2fc0f7af7c1dc3dc680 /dom/base/nsImageLoadingContent.h | |
parent | af006875d48e660a3d0968d520cf531d878022a1 (diff) | |
download | aura-central-f2981288b8785148325a41a00446ebb5f2ea29f3.tar.gz |
Bug 1346501. Remove mFrameCreateCalled from nsImageLoadingContent, it is now unused
Diffstat (limited to 'dom/base/nsImageLoadingContent.h')
-rw-r--r-- | dom/base/nsImageLoadingContent.h | 3 |
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__ |