| Index: content/common/indexed_db/proxy_webidbcursor_impl.h
|
| diff --git a/content/common/indexed_db/proxy_webidbcursor_impl.h b/content/common/indexed_db/proxy_webidbcursor_impl.h
|
| index 31c86325e71409444e2158162d23797110df1ac3..df16e9227d459705bd564944bd0d42efb6b68c61 100644
|
| --- a/content/common/indexed_db/proxy_webidbcursor_impl.h
|
| +++ b/content/common/indexed_db/proxy_webidbcursor_impl.h
|
| @@ -15,6 +15,8 @@
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebIDBKey.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebSerializedScriptValue.h"
|
|
|
| +const int32 kInvalidIDBCursorId = -1;
|
| +
|
| class RendererWebIDBCursorImpl : public WebKit::WebIDBCursor {
|
| public:
|
| RendererWebIDBCursorImpl(int32 idb_cursor_id);
|
|
|