From 32fd364a55d759bb3488903d86a47eaf072d28b4 Mon Sep 17 00:00:00 2001 From: Masayuki Nakano Date: Tue, 8 Sep 2015 23:33:35 +0900 Subject: [PATCH] Bug 895274 part.119 Get rid of NS_NEED_KEY due to unused r=smaug --- widget/EventMessageList.h | 1 - 1 file changed, 1 deletion(-) diff --git a/widget/EventMessageList.h b/widget/EventMessageList.h index 20a06b72f015..b39f92fc8f1b 100644 --- a/widget/EventMessageList.h +++ b/widget/EventMessageList.h @@ -265,7 +265,6 @@ NS_EVENT_MESSAGE(NS_ENDED, NS_MEDIA_EVENT_START + 16) NS_EVENT_MESSAGE(NS_RATECHANGE, NS_MEDIA_EVENT_START + 17) NS_EVENT_MESSAGE(NS_DURATIONCHANGE, NS_MEDIA_EVENT_START + 18) NS_EVENT_MESSAGE(NS_VOLUMECHANGE, NS_MEDIA_EVENT_START + 19) -NS_EVENT_MESSAGE(NS_NEED_KEY, NS_MEDIA_EVENT_START + 20) // paint notification events NS_EVENT_MESSAGE(NS_NOTIFYPAINT_START, 3400)