summaryrefslogtreecommitdiffstats
path: root/WebCore/WebCore.gyp/WebCore.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/WebCore.gyp/WebCore.gyp')
-rw-r--r--WebCore/WebCore.gyp/WebCore.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/WebCore.gyp/WebCore.gyp b/WebCore/WebCore.gyp/WebCore.gyp
index abd49e7..5ecb48a 100644
--- a/WebCore/WebCore.gyp/WebCore.gyp
+++ b/WebCore/WebCore.gyp/WebCore.gyp
@@ -841,8 +841,8 @@
# Don't build StorageEventDispatcher. We have our own implementation.
'../storage/StorageEventDispatcher.cpp',
- # Don't build IndexedDatabase. We have our own implementation.
- '../storage/IndexedDatabase.cpp',
+ # Don't build IDBFactoryBackendInterface. We have our own implementation.
+ '../storage/IDBFactoryBackendInterface.cpp',
# Use history/BackForwardListChromium.cpp instead.
'../history/BackForwardListImpl.cpp',