| Index: Source/modules/indexeddb/IDBKeyRange.h
|
| diff --git a/Source/modules/indexeddb/IDBKeyRange.h b/Source/modules/indexeddb/IDBKeyRange.h
|
| index d39a07354c5562e6ab1421125c92caa94907d802..fee07e7706ad54b9f9bd40ab5ec2faccb5aed22b 100644
|
| --- a/Source/modules/indexeddb/IDBKeyRange.h
|
| +++ b/Source/modules/indexeddb/IDBKeyRange.h
|
| @@ -35,6 +35,7 @@ namespace blink {
|
| class ExceptionState;
|
|
|
| class IDBKeyRange FINAL : public GarbageCollected<IDBKeyRange>, public ScriptWrappable {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| enum LowerBoundType {
|
| LowerBoundOpen,
|
|
|