diff options
Diffstat (limited to 'toolkit/components/satchel/nsFormFillController.h')
-rw-r--r-- | toolkit/components/satchel/nsFormFillController.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolkit/components/satchel/nsFormFillController.h b/toolkit/components/satchel/nsFormFillController.h index 27fb1edbd9..b11835d1de 100644 --- a/toolkit/components/satchel/nsFormFillController.h +++ b/toolkit/components/satchel/nsFormFillController.h @@ -120,6 +120,7 @@ protected: bool mCompleteSelectedIndex; bool mForceComplete; bool mSuppressOnInput; + bool mInvalidatePreviousResult = false; }; #endif // __nsFormFillController__ |