| Index: content/browser/indexed_db/webidbcursor_impl.h
|
| diff --git a/content/browser/indexed_db/webidbcursor_impl.h b/content/browser/indexed_db/webidbcursor_impl.h
|
| index ec89877bc33c306b75ec916787e39db89caa4251..1fb6d40a1f49c41597ed4a38b2465c84b11e0244 100644
|
| --- a/content/browser/indexed_db/webidbcursor_impl.h
|
| +++ b/content/browser/indexed_db/webidbcursor_impl.h
|
| @@ -19,7 +19,6 @@ class WebIDBCursorImpl : public WebKit::WebIDBCursor {
|
| virtual void advance(unsigned long, WebKit::WebIDBCallbacks* callbacks);
|
| virtual void continueFunction(const WebKit::WebIDBKey& key,
|
| WebKit::WebIDBCallbacks* callbacks);
|
| - virtual void deleteFunction(WebKit::WebIDBCallbacks* callbacks);
|
| virtual void prefetchContinue(int number_to_fetch,
|
| WebKit::WebIDBCallbacks* callbacks);
|
| virtual void prefetchReset(int used_prefetches, int unused_prefetches);
|
|
|