| Index: third_party/WebKit/public/web/WebPlugin.h
|
| diff --git a/third_party/WebKit/public/web/WebPlugin.h b/third_party/WebKit/public/web/WebPlugin.h
|
| index e805e94d7b926aa827ba0b08c9b0d4150b5f9f65..3e049a4d867134d99a2a4c4fe17a9b54add730c2 100644
|
| --- a/third_party/WebKit/public/web/WebPlugin.h
|
| +++ b/third_party/WebKit/public/web/WebPlugin.h
|
| @@ -32,6 +32,7 @@
|
| #ifndef WebPlugin_h
|
| #define WebPlugin_h
|
|
|
| +#include <v8.h>
|
| #include "../platform/WebCanvas.h"
|
| #include "../platform/WebDragOperation.h"
|
| #include "../platform/WebFocusType.h"
|
| @@ -39,7 +40,6 @@
|
| #include "../platform/WebURL.h"
|
| #include "WebDragStatus.h"
|
| #include "WebInputMethodController.h"
|
| -#include <v8.h>
|
|
|
| namespace blink {
|
|
|
|
|