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