From 51913ee736900fd5cd5f5dd174da804ae84b566f Mon Sep 17 00:00:00 2001 From: Masayuki Nakano Date: Wed, 2 Sep 2015 15:07:58 +0900 Subject: [PATCH] Bug 895274 part.52 Get rid of NS_PAGE_RESTORE 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 9a6434cf624a..ec076efd52ef 100644 --- a/widget/EventMessageList.h +++ b/widget/EventMessageList.h @@ -87,7 +87,6 @@ NS_EVENT_MESSAGE(NS_IMAGE_ABORT, NS_STREAM_EVENT_START + 3) NS_EVENT_MESSAGE(NS_LOAD_ERROR, NS_STREAM_EVENT_START + 4) NS_EVENT_MESSAGE(NS_POPSTATE, NS_STREAM_EVENT_START + 5) NS_EVENT_MESSAGE(NS_BEFORE_PAGE_UNLOAD, NS_STREAM_EVENT_START + 6) -NS_EVENT_MESSAGE(NS_PAGE_RESTORE, NS_STREAM_EVENT_START + 7) NS_EVENT_MESSAGE(NS_READYSTATECHANGE, NS_STREAM_EVENT_START + 8) NS_EVENT_MESSAGE(NS_FORM_EVENT_START, 1200)