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

Unified Diff: public/web/WebContextMenuData.h

Issue 364823007: Always initialize WebContextMenuData::misspellingHash. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebContextMenuData.h
diff --git a/public/web/WebContextMenuData.h b/public/web/WebContextMenuData.h
index bf7cd545ab0c22d992b5abc9dc0a34bf3e44c345..66e4d802b6a683fbf19f663e1570020c476fb572 100644
--- a/public/web/WebContextMenuData.h
+++ b/public/web/WebContextMenuData.h
@@ -176,6 +176,7 @@ struct WebContextMenuData {
, hasImageContents(true)
, mediaFlags(MediaNone)
, isSpellCheckingEnabled(false)
+ , misspellingHash(0)
, isEditable(false)
, writingDirectionDefault(CheckableMenuItemDisabled)
, writingDirectionLeftToRight(CheckableMenuItemEnabled)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698