Index: content/child/indexed_db/indexed_db_dispatcher.cc |
diff --git a/content/child/indexed_db/indexed_db_dispatcher.cc b/content/child/indexed_db/indexed_db_dispatcher.cc |
index b453f5028c6f8418f9504ceb8a037ecc10622180..fe9554ac35c110e655b1b25436fdcaf852fa8cb1 100644 |
--- a/content/child/indexed_db/indexed_db_dispatcher.cc |
+++ b/content/child/indexed_db/indexed_db_dispatcher.cc |
@@ -39,9 +39,6 @@ namespace { |
IndexedDBDispatcher* const kHasBeenDeleted = |
reinterpret_cast<IndexedDBDispatcher*>(0x1); |
-int32 CurrentWorkerId() { |
- return WorkerTaskRunner::Instance()->CurrentWorkerId(); |
-} |
} // unnamed namespace |
const size_t kMaxIDBValueSizeInBytes = 64 * 1024 * 1024; |