| Index: Source/modules/indexeddb/IDBRequest.h
|
| diff --git a/Source/modules/indexeddb/IDBRequest.h b/Source/modules/indexeddb/IDBRequest.h
|
| index c050b4498db4dcbd754ce6507aa75dff00d612b9..3ffeedb595b43a42322cb6f459f908992ff04696 100644
|
| --- a/Source/modules/indexeddb/IDBRequest.h
|
| +++ b/Source/modules/indexeddb/IDBRequest.h
|
| @@ -58,11 +58,11 @@ class IDBRequest
|
| , public EventTargetWithInlineData
|
| , public ActiveDOMObject {
|
| DEFINE_EVENT_TARGET_REFCOUNTING(RefCountedGarbageCollected<IDBRequest>);
|
| -
|
| + WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(IDBRequest);
|
| public:
|
| static IDBRequest* create(ScriptState*, IDBAny* source, IDBTransaction*);
|
| virtual ~IDBRequest();
|
| - virtual void trace(Visitor*);
|
| + virtual void trace(Visitor*) OVERRIDE;
|
|
|
| ScriptValue result(ExceptionState&);
|
| PassRefPtrWillBeRawPtr<DOMError> error(ExceptionState&) const;
|
|
|