| Index: Source/modules/indexeddb/DOMWindowIndexedDatabase.h
 | 
| diff --git a/Source/modules/indexeddb/DOMWindowIndexedDatabase.h b/Source/modules/indexeddb/DOMWindowIndexedDatabase.h
 | 
| index 032fbf3188359418871e1b464a57ca8e65a340af..ea8f4d8c9cf0f4fdf8b971e27e7fad0d36b6db9c 100644
 | 
| --- a/Source/modules/indexeddb/DOMWindowIndexedDatabase.h
 | 
| +++ b/Source/modules/indexeddb/DOMWindowIndexedDatabase.h
 | 
| @@ -34,7 +34,7 @@ namespace WebCore {
 | 
|  class IDBFactory;
 | 
|  class DOMWindow;
 | 
|  
 | 
| -class DOMWindowIndexedDatabase : public DOMWindowProperty, public Supplement<DOMWindow> {
 | 
| +class DOMWindowIndexedDatabase FINAL : public DOMWindowProperty, public Supplement<DOMWindow> {
 | 
|  public:
 | 
|      virtual ~DOMWindowIndexedDatabase();
 | 
|      static DOMWindowIndexedDatabase* from(DOMWindow*);
 | 
| 
 |