summaryrefslogtreecommitdiffstats
path: root/WebKit/chromium/public/WebIDBKeyRange.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/chromium/public/WebIDBKeyRange.h')
-rw-r--r--WebKit/chromium/public/WebIDBKeyRange.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/WebKit/chromium/public/WebIDBKeyRange.h b/WebKit/chromium/public/WebIDBKeyRange.h
index 6a9c6da..922d4ed 100644
--- a/WebKit/chromium/public/WebIDBKeyRange.h
+++ b/WebKit/chromium/public/WebIDBKeyRange.h
@@ -43,13 +43,6 @@ public:
WebIDBKeyRange(const WebIDBKeyRange& keyRange) { assign(keyRange); }
WebIDBKeyRange(const WebIDBKey& lower, const WebIDBKey& upper, bool lowerOpen, bool upperOpen) { assign(lower, upper, lowerOpen, upperOpen); }
- // FIXME: Remove next 3 methods after next roll.
- WebIDBKeyRange(const WebIDBKey& lower, const WebIDBKey& upper, unsigned short flags) { assign(lower, upper, flags); }
- WEBKIT_API void assign(const WebIDBKey& lower, const WebIDBKey& upper, unsigned short flags);
- WEBKIT_API unsigned short flags() const;
- WEBKIT_API WebIDBKey left() const;
- WEBKIT_API WebIDBKey right() const;
-
WEBKIT_API WebIDBKey lower() const;
WEBKIT_API WebIDBKey upper() const;
WEBKIT_API bool lowerOpen() const;