mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Avoid crash due to missing prerenderer support (issue #608).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@657 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
@ -24,6 +24,8 @@
|
||||
#include "webkit/glue/webfileutilities_impl.h"
|
||||
#include "webkit/glue/webkitplatformsupport_impl.h"
|
||||
|
||||
class BrowserPrerenderingSupport;
|
||||
|
||||
class BrowserWebKitInit : public webkit_glue::WebKitPlatformSupportImpl {
|
||||
public:
|
||||
BrowserWebKitInit();
|
||||
@ -108,6 +110,7 @@ class BrowserWebKitInit : public webkit_glue::WebKitPlatformSupportImpl {
|
||||
BrowserDomStorageSystem dom_storage_system_;
|
||||
BrowserWebCookieJarImpl cookie_jar_;
|
||||
scoped_refptr<BrowserWebBlobRegistryImpl> blob_registry_;
|
||||
scoped_ptr<BrowserPrerenderingSupport> prerendering_support_;
|
||||
};
|
||||
|
||||
#endif // CEF_LIBCEF_BROWSER_WEBKIT_INIT_H_
|
||||
|
Reference in New Issue
Block a user