Index: public/web/WebFrameClient.h |
diff --git a/public/web/WebFrameClient.h b/public/web/WebFrameClient.h |
index 62641d2a76f6e397b5b148989bc3f621fb8c0ce5..0a0b36734e9a7ac87d1f4318cbe2863d2e743d40 100644 |
--- a/public/web/WebFrameClient.h |
+++ b/public/web/WebFrameClient.h |
@@ -41,6 +41,7 @@ |
#include "WebIconURL.h" |
#include "WebNavigationPolicy.h" |
#include "WebNavigationType.h" |
+#include "WebSandboxFlags.h" |
#include "WebSecurityOrigin.h" |
#include "WebTextDirection.h" |
#include "public/platform/WebCommon.h" |
@@ -149,7 +150,7 @@ public: |
// until frameDetached() is called on it. |
// Note: If you override this, you should almost certainly be overriding |
// frameDetached(). |
- virtual WebFrame* createChildFrame(WebLocalFrame* parent, const WebString& frameName) { return 0; } |
+ virtual WebFrame* createChildFrame(WebLocalFrame* parent, const WebString& frameName, WebSandboxFlags sandboxFlags) { return nullptr; } |
// This frame set its opener to null, disowning it. |
// See http://html.spec.whatwg.org/#dom-opener. |