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

Unified Diff: third_party/WebKit/Source/modules/indexeddb/IDBKeyRange.cpp

Issue 1963293002: Replacing Indexed DB Chromium IPC with Mojo Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Refactoring after Passing URLRequestContextGetter. Created 4 years, 4 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: third_party/WebKit/Source/modules/indexeddb/IDBKeyRange.cpp
diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBKeyRange.cpp b/third_party/WebKit/Source/modules/indexeddb/IDBKeyRange.cpp
index 1c23575352597cfb33ffc415455beb0f606760a6..6be4f52290d8c7e2c766a446392beb94dcd04eef 100644
--- a/third_party/WebKit/Source/modules/indexeddb/IDBKeyRange.cpp
+++ b/third_party/WebKit/Source/modules/indexeddb/IDBKeyRange.cpp
@@ -33,6 +33,7 @@
namespace blink {
+// TODO(cmumford): Should we still use this?
IDBKeyRange* IDBKeyRange::fromScriptValue(ExecutionContext* context, const ScriptValue& value, ExceptionState& exceptionState)
{
if (value.isUndefined() || value.isNull())
« no previous file with comments | « third_party/WebKit/Source/modules/indexeddb/IDBKeyPath.cpp ('k') | third_party/WebKit/Source/modules/indexeddb/IDBMetadata.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698