Index: third_party/WebKit/Source/modules/indexeddb/IDBIndex.cpp |
diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBIndex.cpp b/third_party/WebKit/Source/modules/indexeddb/IDBIndex.cpp |
index d80e150e19da0e76cf427e6019aedbc7b2a1ade5..30d33e9979f0a8bb3e22419fd72373cdbf8a8498 100644 |
--- a/third_party/WebKit/Source/modules/indexeddb/IDBIndex.cpp |
+++ b/third_party/WebKit/Source/modules/indexeddb/IDBIndex.cpp |
@@ -286,7 +286,7 @@ IDBRequest* IDBIndex::getAllKeys(ScriptState* script_state, |
ExceptionState& exception_state) { |
IDB_TRACE("IDBIndex::getAllKeys"); |
return GetAllInternal(script_state, range, max_count, exception_state, |
- true /* keyOnly */); |
+ /*key_only=*/true); |
} |
IDBRequest* IDBIndex::getKey(ScriptState* script_state, |