Disable notification API to avoid crash due to it not being implemented (issue #170).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@165 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
parent
442cc1b89f
commit
4cd63f6d64
|
@ -59,7 +59,7 @@ class BrowserWebKitInit : public webkit_glue::WebKitClientImpl {
|
|||
WebKit::WebRuntimeFeatures::enableDatabase(true);
|
||||
WebKit::WebRuntimeFeatures::enableWebGL(true);
|
||||
WebKit::WebRuntimeFeatures::enablePushState(true);
|
||||
WebKit::WebRuntimeFeatures::enableNotifications(true);
|
||||
WebKit::WebRuntimeFeatures::enableNotifications(false);
|
||||
WebKit::WebRuntimeFeatures::enableTouch(true);
|
||||
WebKit::WebRuntimeFeatures::enableIndexedDatabase(true);
|
||||
WebKit::WebRuntimeFeatures::enableGeolocation(false);
|
||||
|
|
Loading…
Reference in New Issue