| Index: public/web/WebFrame.h
|
| diff --git a/public/web/WebFrame.h b/public/web/WebFrame.h
|
| index c61b31ccce26d0975ea851dfef04d494b1f8d576..1ff4e9da391251014d1bec48bf570c22b3eb35e6 100644
|
| --- a/public/web/WebFrame.h
|
| +++ b/public/web/WebFrame.h
|
| @@ -31,14 +31,14 @@
|
| #ifndef WebFrame_h
|
| #define WebFrame_h
|
|
|
| +#include "WebIconURL.h"
|
| +#include "WebNode.h"
|
| +#include "WebURLLoaderOptions.h"
|
| #include "public/platform/WebCanvas.h"
|
| #include "public/platform/WebMessagePortChannel.h"
|
| #include "public/platform/WebReferrerPolicy.h"
|
| #include "public/platform/WebURL.h"
|
| #include "public/platform/WebURLRequest.h"
|
| -#include "public/web/WebIconURL.h"
|
| -#include "public/web/WebNode.h"
|
| -#include "public/web/WebURLLoaderOptions.h"
|
|
|
| struct NPObject;
|
|
|
|
|