Index: third_party/WebKit/Source/modules/indexeddb/IDBCursor.cpp |
diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBCursor.cpp b/third_party/WebKit/Source/modules/indexeddb/IDBCursor.cpp |
index be277f32cdaa835944c850f9dd449f6b33a7e7fc..b89bfa1000be88f45e55c40d0e410eb7e9c58913 100644 |
--- a/third_party/WebKit/Source/modules/indexeddb/IDBCursor.cpp |
+++ b/third_party/WebKit/Source/modules/indexeddb/IDBCursor.cpp |
@@ -314,8 +314,9 @@ void IDBCursor::continueFunction(IDBKey* key, |
} |
} |
- // FIXME: We're not using the context from when continue was called, which means the callback |
- // will be on the original context openCursor was called on. Is this right? |
+ // FIXME: We're not using the context from when continue was called, which |
+ // means the callback will be on the original context openCursor was called |
+ // on. Is this right? |
m_request->setPendingCursor(this); |
m_gotValue = false; |
m_backend->continueFunction(key, primaryKey, |