Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(383)

Unified Diff: chrome/third_party/hunspell/src/hunspell/hashmgr.hxx

Issue 6430: [Chromium-reviews] Fix issue 3039/3040 (Add to dictionary crasher) (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/third_party/hunspell/src/hunspell/hashmgr.cxx » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/third_party/hunspell/src/hunspell/hashmgr.hxx
===================================================================
--- chrome/third_party/hunspell/src/hunspell/hashmgr.hxx (revision 2796)
+++ chrome/third_party/hunspell/src/hunspell/hashmgr.hxx (working copy)
@@ -19,7 +19,7 @@
#ifdef HUNSPELL_CHROME_CLIENT
// Not owned by this class, owned by the Hunspell object.
hunspell::BDictReader* bdict_reader;
- std::map<StringPiece, struct hentry *> custom_word_to_hentry_map_;
+ std::map<StringPiece, int> custom_word_to_affix_id_map_;
std::vector<std::string*> pointer_to_strings_;
#endif
int tablesize;
« no previous file with comments | « no previous file | chrome/third_party/hunspell/src/hunspell/hashmgr.cxx » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698