| Index: Source/web/WebPagePopupImpl.cpp
|
| diff --git a/Source/web/WebPagePopupImpl.cpp b/Source/web/WebPagePopupImpl.cpp
|
| index 865fcce2cce00b53bb8397dc4ffb950424e9aa04..5613531dcc789235be5b3abf3613d4910a42a40a 100644
|
| --- a/Source/web/WebPagePopupImpl.cpp
|
| +++ b/Source/web/WebPagePopupImpl.cpp
|
| @@ -31,7 +31,6 @@
|
| #include "config.h"
|
| #include "WebPagePopupImpl.h"
|
|
|
| -#include "WebCursorInfo.h"
|
| #include "WebInputEventConversion.h"
|
| #include "WebSettingsImpl.h"
|
| #include "WebViewClient.h"
|
| @@ -49,6 +48,7 @@
|
| #include "core/page/Page.h"
|
| #include "core/page/PagePopupClient.h"
|
| #include "core/page/Settings.h"
|
| +#include "public/platform/WebCursorInfo.h"
|
|
|
| using namespace WebCore;
|
| using namespace std;
|
|
|