Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / ui / base / models / simple_menu_model.cc
index b8d084f..336fd41 100644 (file)
@@ -131,7 +131,7 @@ void SimpleMenuModel::AddSeparator(MenuSeparatorType separator_type) {
     return;
   }
 #if !defined(USE_AURA)
-  if (separator_type != NORMAL_SEPARATOR)
+  if (separator_type == SPACING_SEPARATOR)
     NOTIMPLEMENTED();
 #endif
   Item item = { kSeparatorId, base::string16(), base::string16(),