mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
- Add CefHandler::HandleConsoleMessage callback for handling console messages (issue #90).
- Normalize newlines in browser_webkit_init.h. git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@84 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
@ -93,8 +93,8 @@ class BrowserWebKitInit : public webkit_glue::WebKitClientImpl {
|
||||
return &clipboard_;
|
||||
}
|
||||
|
||||
virtual WebKit::WebFileSystem* fileSystem() {
|
||||
return &file_system_;
|
||||
virtual WebKit::WebFileSystem* fileSystem() {
|
||||
return &file_system_;
|
||||
}
|
||||
|
||||
virtual WebKit::WebSandboxSupport* sandboxSupport() {
|
||||
@ -178,8 +178,8 @@ class BrowserWebKitInit : public webkit_glue::WebKitClientImpl {
|
||||
WebKit::WebStorageNamespace::m_localStorageQuota);
|
||||
}
|
||||
|
||||
virtual WebKit::WebIndexedDatabase* indexedDatabase() {
|
||||
return WebKit::WebIndexedDatabase::create();
|
||||
virtual WebKit::WebIndexedDatabase* indexedDatabase() {
|
||||
return WebKit::WebIndexedDatabase::create();
|
||||
}
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user