Bug 895274 part.145 Rename NS_SELECTION_SET to eSetSelection r=smaug

This commit is contained in:
Masayuki Nakano
2015-09-08 23:33:38 +09:00
parent e3c746e2dd
commit e0cc731301
12 changed files with 24 additions and 24 deletions

View File

@@ -39,8 +39,8 @@ GetEventMessageName(EventMessage aMessage)
return "NS_COMPOSITION_COMMIT_AS_IS";
case NS_COMPOSITION_COMMIT:
return "NS_COMPOSITION_COMMIT";
case NS_SELECTION_SET:
return "NS_SELECTION_SET";
case eSetSelection:
return "eSetSelection";
default:
return "unacceptable event message";
}