summaryrefslogtreecommitdiffstats
path: root/WebCore/page/DOMWindow.h
diff options
context:
space:
mode:
authorIain Merrick <husky@google.com>2010-09-13 16:35:48 +0100
committerIain Merrick <husky@google.com>2010-09-16 12:10:42 +0100
commit5abb8606fa57c3ebfc8b3c3dbc3fa4a25d2ae306 (patch)
treeddce1aa5e3b6967a69691892e500897558ff8ab6 /WebCore/page/DOMWindow.h
parent12bec63ec71e46baba27f0bd9bd9d8067683690a (diff)
downloadexternal_webkit-5abb8606fa57c3ebfc8b3c3dbc3fa4a25d2ae306.zip
external_webkit-5abb8606fa57c3ebfc8b3c3dbc3fa4a25d2ae306.tar.gz
external_webkit-5abb8606fa57c3ebfc8b3c3dbc3fa4a25d2ae306.tar.bz2
Merge WebKit at r67178 : Initial merge by git.
Change-Id: I57e01163b6866cb029cdadf405a0394a3918bc18
Diffstat (limited to 'WebCore/page/DOMWindow.h')
-rw-r--r--WebCore/page/DOMWindow.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/WebCore/page/DOMWindow.h b/WebCore/page/DOMWindow.h
index 894aa08..1470628 100644
--- a/WebCore/page/DOMWindow.h
+++ b/WebCore/page/DOMWindow.h
@@ -57,7 +57,6 @@ namespace WebCore {
class Frame;
class History;
class IDBFactory;
- class IDBKeyRange;
class InspectorTimelineAgent;
class LocalFileSystem;
class Location;
@@ -238,7 +237,6 @@ namespace WebCore {
#if ENABLE(INDEXED_DATABASE)
IDBFactory* indexedDB() const;
- IDBKeyRange* iDBKeyRange() const;
#endif
#if ENABLE(FILE_SYSTEM)
@@ -445,7 +443,6 @@ namespace WebCore {
#endif
#if ENABLE(INDEXED_DATABASE)
mutable RefPtr<IDBFactory> m_idbFactory;
- mutable RefPtr<IDBKeyRange> m_idbKeyRange;
#endif
#if ENABLE(FILE_SYSTEM)
RefPtr<LocalFileSystem> m_localFileSystem;