Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(263)

Unified Diff: content/common/indexed_db/indexed_db_messages.h

Issue 2125213002: [IndexedDB] Propogating changes to observers : Renderer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lifetime
Patch Set: Minor typecasting Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/common/indexed_db/indexed_db_messages.h
diff --git a/content/common/indexed_db/indexed_db_messages.h b/content/common/indexed_db/indexed_db_messages.h
index 12eb77a89eba5695f7de6b16dbf1dfd6d413f214..a744f14518bf05fbfba89e0c9b0d6036f6146099 100644
--- a/content/common/indexed_db/indexed_db_messages.h
+++ b/content/common/indexed_db/indexed_db_messages.h
@@ -194,7 +194,7 @@ IPC_STRUCT_BEGIN(IndexedDBHostMsg_DatabaseObserve_Params)
IPC_STRUCT_MEMBER(bool, include_transaction)
IPC_STRUCT_MEMBER(bool, no_records)
IPC_STRUCT_MEMBER(bool, values)
- IPC_STRUCT_MEMBER(unsigned short, operation_types)
+ IPC_STRUCT_MEMBER(uint16_t, operation_types)
IPC_STRUCT_END()
// Used to set a value in an object store.
« no previous file with comments | « content/child/indexed_db/webidbdatabase_impl.cc ('k') | third_party/WebKit/LayoutTests/storage/indexeddb/observer.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698