Index: public/web/WebFrame.h |
diff --git a/public/web/WebFrame.h b/public/web/WebFrame.h |
index 16e0ba8db388c13f357931feaabf72501185006e..3ac1c8d1b26522a0520047e15b03c8919cc78c70 100644 |
--- a/public/web/WebFrame.h |
+++ b/public/web/WebFrame.h |
@@ -35,6 +35,7 @@ |
#include "WebHistoryItem.h" |
#include "WebIconURL.h" |
#include "WebNode.h" |
+#include "WebSerializedScriptValue.h" |
#include "WebURLLoaderOptions.h" |
#include "public/platform/WebCanvas.h" |
#include "public/platform/WebMessagePortChannel.h" |
@@ -42,6 +43,7 @@ |
#include "public/platform/WebReferrerPolicy.h" |
#include "public/platform/WebURL.h" |
#include "public/platform/WebURLRequest.h" |
+#include "public/web/WebFrameLoadType.h" |
Nate Chapin
2015/06/04 23:23:09
Why these #includes?
clamy
2015/06/05 14:11:48
There were left-overs. Removed them.
|
#include "public/web/WebTreeScopeType.h" |
struct NPObject; |