Bug 895274 part.47 Rename NS_POINTER_DOWN to ePointerDown r=smaug

This commit is contained in:
Masayuki Nakano
2015-09-01 00:20:06 +09:00
parent 734fa8bb36
commit ed20b51fed
5 changed files with 9 additions and 9 deletions

View File

@@ -702,7 +702,7 @@ nsDOMWindowUtils::SendPointerEventCommon(const nsAString& aType,
EventMessage msg;
if (aType.EqualsLiteral("pointerdown")) {
msg = NS_POINTER_DOWN;
msg = ePointerDown;
} else if (aType.EqualsLiteral("pointerup")) {
msg = NS_POINTER_UP;
} else if (aType.EqualsLiteral("pointermove")) {