| Index: Source/modules/indexeddb/IDBRequest.h
|
| diff --git a/Source/modules/indexeddb/IDBRequest.h b/Source/modules/indexeddb/IDBRequest.h
|
| index f9594d7e9b117a8929c41eb79d04a3dff01d4001..a551d98903e9ceed92aa33c80a72079b88d95bec 100644
|
| --- a/Source/modules/indexeddb/IDBRequest.h
|
| +++ b/Source/modules/indexeddb/IDBRequest.h
|
| @@ -113,6 +113,7 @@ public:
|
| // ActiveDOMObject
|
| virtual bool hasPendingActivity() const OVERRIDE FINAL;
|
| virtual void stop() OVERRIDE FINAL;
|
| + virtual void contextWillBeDestroyed() OVERRIDE FINAL;
|
|
|
| // EventTarget
|
| virtual const AtomicString& interfaceName() const OVERRIDE;
|
|
|