| Index: webkit/glue/webkitclient_impl.cc
|
| ===================================================================
|
| --- webkit/glue/webkitclient_impl.cc (revision 27849)
|
| +++ webkit/glue/webkitclient_impl.cc (working copy)
|
| @@ -283,6 +283,12 @@
|
| main_loop_->PostTask(FROM_HERE, NewRunnableFunction(func));
|
| }
|
|
|
| +void WebKitClientImpl::dispatchStorageEvent(const WebString& key,
|
| + const WebString& oldValue, const WebString& newValue,
|
| + const WebString& origin, bool isLocalStorage) {
|
| + NOTREACHED();
|
| +}
|
| +
|
| base::PlatformFile WebKitClientImpl::databaseOpenFile(
|
| const WebKit::WebString& file_name, int desired_flags,
|
| base::PlatformFile* dir_handle) {
|
|
|