Index: Source/web/WebIDBKeyRange.cpp |
diff --git a/Source/web/WebIDBKeyRange.cpp b/Source/web/WebIDBKeyRange.cpp |
index 226de4acf91f59ca51cd220e205978980879e8a3..c6d19149e1197372b96c882fcb583677d725bd03 100644 |
--- a/Source/web/WebIDBKeyRange.cpp |
+++ b/Source/web/WebIDBKeyRange.cpp |
@@ -41,7 +41,6 @@ void WebIDBKeyRange::assign(const WebIDBKeyRange& other) |
void WebIDBKeyRange::assign(const WebIDBKey& lower, const WebIDBKey& upper, bool lowerOpen, bool upperOpen) |
{ |
- // FIXME: replace reset() with nullptr assignment (cf. https://codereview.chromium.org/170603003/ ) |
if (!lower.isValid() && !upper.isValid()) |
m_private.reset(); |
else |