| Index: Source/web/AssertMatchingEnums.cpp
|
| diff --git a/Source/web/AssertMatchingEnums.cpp b/Source/web/AssertMatchingEnums.cpp
|
| index 1640f2539b5409f8f84244c1d67357338a5be091..df9bdbb16c7838b43a0b3d2bd7c18bacd880d7a8 100644
|
| --- a/Source/web/AssertMatchingEnums.cpp
|
| +++ b/Source/web/AssertMatchingEnums.cpp
|
| @@ -60,7 +60,6 @@
|
| #include "modules/indexeddb/IDBMetadata.h"
|
| #include "modules/indexeddb/IndexedDB.h"
|
| #include "modules/navigatorcontentutils/NavigatorContentUtilsClient.h"
|
| -#include "modules/notifications/NotificationClient.h"
|
| #include "modules/quota/DeprecatedStorageQuota.h"
|
| #include "modules/speech/SpeechRecognitionError.h"
|
| #include "platform/Cursor.h"
|
| @@ -118,7 +117,6 @@
|
| #include "public/web/WebInputEvent.h"
|
| #include "public/web/WebNavigationPolicy.h"
|
| #include "public/web/WebNavigatorContentUtilsClient.h"
|
| -#include "public/web/WebNotificationPresenter.h"
|
| #include "public/web/WebPageVisibilityState.h"
|
| #include "public/web/WebSerializedScriptValueVersion.h"
|
| #include "public/web/WebSettings.h"
|
| @@ -427,10 +425,6 @@ COMPILE_ASSERT_MATCHING_ENUM(WebMouseEvent::ButtonLeft, LeftButton);
|
| COMPILE_ASSERT_MATCHING_ENUM(WebMouseEvent::ButtonMiddle, MiddleButton);
|
| COMPILE_ASSERT_MATCHING_ENUM(WebMouseEvent::ButtonRight, RightButton);
|
|
|
| -COMPILE_ASSERT_MATCHING_ENUM(WebNotificationPresenter::PermissionAllowed, NotificationClient::PermissionAllowed);
|
| -COMPILE_ASSERT_MATCHING_ENUM(WebNotificationPresenter::PermissionNotAllowed, NotificationClient::PermissionNotAllowed);
|
| -COMPILE_ASSERT_MATCHING_ENUM(WebNotificationPresenter::PermissionDenied, NotificationClient::PermissionDenied);
|
| -
|
| COMPILE_ASSERT_MATCHING_ENUM(WebScrollbar::Horizontal, HorizontalScrollbar);
|
| COMPILE_ASSERT_MATCHING_ENUM(WebScrollbar::Vertical, VerticalScrollbar);
|
|
|
|
|