From fccc4eb01f5b047642d1874318f7d83044af5c00 Mon Sep 17 00:00:00 2001 From: Masayuki Nakano Date: Tue, 15 Sep 2015 00:14:33 +0900 Subject: [PATCH] Bug 895274 part.231 Rename NS_SELECT_EVENT_START to eSelectEventFirst r=smaug --- widget/EventMessageList.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/widget/EventMessageList.h b/widget/EventMessageList.h index 97ec0034daa7..96b58cc21c3f 100644 --- a/widget/EventMessageList.h +++ b/widget/EventMessageList.h @@ -426,6 +426,6 @@ NS_EVENT_MESSAGE(NS_EDITOR_EVENT_START, 6100) NS_EVENT_MESSAGE(NS_EDITOR_INPUT, NS_EDITOR_EVENT_START) // selection events -NS_EVENT_MESSAGE(NS_SELECT_EVENT_START, 6200) -NS_EVENT_MESSAGE(eSelectStart, NS_SELECT_EVENT_START) -NS_EVENT_MESSAGE(eSelectionChange, NS_SELECT_EVENT_START + 1) +NS_EVENT_MESSAGE(eSelectEventFirst, 6200) +NS_EVENT_MESSAGE(eSelectStart, eSelectEventFirst) +NS_EVENT_MESSAGE(eSelectionChange, eSelectEventFirst + 1)