| Index: content/worker/worker_webkitplatformsupport_impl.h
|
| diff --git a/content/worker/worker_webkitplatformsupport_impl.h b/content/worker/worker_webkitplatformsupport_impl.h
|
| index 0cf1e5a12d5d2f0305b58cde3b894da31a96b305..784dcca8e5a243801fdde087e13613d15fac6b49 100644
|
| --- a/content/worker/worker_webkitplatformsupport_impl.h
|
| +++ b/content/worker/worker_webkitplatformsupport_impl.h
|
| @@ -73,7 +73,7 @@ class WorkerWebKitPlatformSupportImpl : public WebKitPlatformSupportImpl,
|
| const blink::WebString& origin_identifier);
|
| virtual blink::WebBlobRegistry* blobRegistry();
|
| virtual blink::WebIDBFactory* idbFactory();
|
| - virtual blink::WebPlatformDatabaseObserver* databaseObserver();
|
| + virtual blink::WebDatabaseObserver* databaseObserver();
|
|
|
| // WebMimeRegistry methods:
|
| virtual blink::WebMimeRegistry::SupportsType supportsMIMEType(
|
|
|