diff options
Diffstat (limited to 'WebCore/storage/IDBAny.cpp')
-rw-r--r-- | WebCore/storage/IDBAny.cpp | 2 |
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; } |