[M108 Migration][Text Selection] Selection handles & Caret Selection
[platform/framework/web/chromium-efl.git] / third_party / blink / common / context_menu_data / untrustworthy_context_menu_params.cc
index e670762..5ede70a 100644 (file)
@@ -62,6 +62,9 @@ void UntrustworthyContextMenuParams::Assign(
   dictionary_suggestions = other.dictionary_suggestions;
   spellcheck_enabled = other.spellcheck_enabled;
   is_editable = other.is_editable;
+#if BUILDFLAG(IS_EFL)
+  is_text_node = other.is_text_node;
+#endif
   writing_direction_default = other.writing_direction_default;
   writing_direction_left_to_right = other.writing_direction_left_to_right;
   writing_direction_right_to_left = other.writing_direction_right_to_left;