summaryrefslogtreecommitdiffstats
path: root/WebCore/storage/IDBAny.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/storage/IDBAny.cpp')
-rw-r--r--WebCore/storage/IDBAny.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/storage/IDBAny.cpp b/WebCore/storage/IDBAny.cpp
index 7303fd6..45b166d 100644
--- a/WebCore/storage/IDBAny.cpp
+++ b/WebCore/storage/IDBAny.cpp
@@ -123,7 +123,7 @@ void IDBAny::set(PassRefPtr<IDBDatabase> value)
void IDBAny::set(PassRefPtr<IDBIndex> value)
{
ASSERT(m_type == UndefinedType);
- m_type = IDBDatabaseType;
+ m_type = IDBIndexType;
m_idbIndex = value;
}