Chromium Code Reviews| Index: Source/modules/indexeddb/IDBAny.h |
| diff --git a/Source/modules/indexeddb/IDBAny.h b/Source/modules/indexeddb/IDBAny.h |
| index 2a94777b4c348f3a277832fc7a93e70796bcfecd..9d8c9a933c4577dc081749c2e594897ff0376bca 100644 |
| --- a/Source/modules/indexeddb/IDBAny.h |
| +++ b/Source/modules/indexeddb/IDBAny.h |
| @@ -75,6 +75,7 @@ public: |
| return adoptRef(new IDBAny(value, key, keyPath)); |
| } |
| ~IDBAny(); |
| + void contextWillBeDestroyed(); |
| enum Type { |
| UndefinedType = 0, |