Chromium Code Reviews| Index: content/renderer/indexed_db/renderer_webidbobjectstore_impl.h |
| diff --git a/content/renderer/indexed_db/renderer_webidbobjectstore_impl.h b/content/renderer/indexed_db/renderer_webidbobjectstore_impl.h |
| index 18c45899ffa13bada125ad7c9362aa7bfda1fa8c..bf2ea76a05aa848fb649ccedf6d407437ddf8dd6 100644 |
| --- a/content/renderer/indexed_db/renderer_webidbobjectstore_impl.h |
| +++ b/content/renderer/indexed_db/renderer_webidbobjectstore_impl.h |
| @@ -42,6 +42,10 @@ class RendererWebIDBObjectStoreImpl : public WebKit::WebIDBObjectStore { |
| WebKit::WebIDBCallbacks* callbacks, |
| const WebKit::WebIDBTransaction& transaction, |
| WebKit::WebExceptionCode& ec); |
| + virtual void deleteFunction(const WebKit::WebIDBKeyRange& key_range, |
|
michaeln
2012/02/14 20:39:33
we generally avoid overloading method names for cl
|
| + WebKit::WebIDBCallbacks* callbacks, |
| + const WebKit::WebIDBTransaction& transaction, |
| + WebKit::WebExceptionCode& ec); |
| virtual void clear(WebKit::WebIDBCallbacks* callbacks, |
| const WebKit::WebIDBTransaction& transaction, |
| WebKit::WebExceptionCode& ec); |