aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/EphyFind.h
diff options
context:
space:
mode:
Diffstat (limited to 'embed/mozilla/EphyFind.h')
-rw-r--r--embed/mozilla/EphyFind.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/embed/mozilla/EphyFind.h b/embed/mozilla/EphyFind.h
index b7084d8ff..f1d695966 100644
--- a/embed/mozilla/EphyFind.h
+++ b/embed/mozilla/EphyFind.h
@@ -53,7 +53,8 @@ class EphyFind
nsCOMPtr<nsIWebBrowser> mWebBrowser;
nsCOMPtr<nsITypeAheadFind> mFinder;
- PRBool mAttention;
+ PRPackedBool mAttention;
+ PRPackedBool mHasFocus;
};
#endif /* !TYPEAHEADFIND_H */