| Index: third_party/WebKit/public/web/WebFrameClient.h
|
| diff --git a/third_party/WebKit/public/web/WebFrameClient.h b/third_party/WebKit/public/web/WebFrameClient.h
|
| index 1b690d6671ca25aa19555f148bae164aa5b55f14..256439d289d46856aed8512ad025f89f9c5a2ef7 100644
|
| --- a/third_party/WebKit/public/web/WebFrameClient.h
|
| +++ b/third_party/WebKit/public/web/WebFrameClient.h
|
| @@ -31,6 +31,7 @@
|
| #ifndef WebFrameClient_h
|
| #define WebFrameClient_h
|
|
|
| +#include <v8.h>
|
| #include "../platform/WebColor.h"
|
| #include "WebAXObject.h"
|
| #include "WebDOMMessageEvent.h"
|
| @@ -63,7 +64,6 @@
|
| #include "public/platform/WebURLError.h"
|
| #include "public/platform/WebURLRequest.h"
|
| #include "public/web/WebContentSecurityPolicy.h"
|
| -#include <v8.h>
|
|
|
| namespace blink {
|
|
|
|
|