diff options
Diffstat (limited to 'Source/WebKit/chromium/src/WebIDBIndexImpl.cpp')
| -rw-r--r-- | Source/WebKit/chromium/src/WebIDBIndexImpl.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/WebKit/chromium/src/WebIDBIndexImpl.cpp b/Source/WebKit/chromium/src/WebIDBIndexImpl.cpp index 170939567..752a86263 100644 --- a/Source/WebKit/chromium/src/WebIDBIndexImpl.cpp +++ b/Source/WebKit/chromium/src/WebIDBIndexImpl.cpp @@ -53,11 +53,6 @@ WebString WebIDBIndexImpl::name() const return m_backend->name(); } -WebString WebIDBIndexImpl::storeName() const -{ - return m_backend->storeName(); -} - WebIDBKeyPath WebIDBIndexImpl::keyPath() const { return WebIDBKeyPath(m_backend->keyPath()); |
