| Index: third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/interfaces.idl
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/interfaces.idl b/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/interfaces.idl
|
| index 6eee5f47a35bd226f4dcfa6ec26b8d2c0929d67f..353864de2598db5e91a3c672e09bb3f9b51d22d0 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/interfaces.idl
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/interfaces.idl
|
| @@ -83,6 +83,7 @@ interface IDBDatabase : EventTarget {
|
| IDBTransaction transaction ((DOMString or sequence<DOMString>) storeNames, optional IDBTransactionMode mode = "readonly");
|
| void close ();
|
| attribute EventHandler onabort;
|
| + attribute EventHandler onclose;
|
| attribute EventHandler onerror;
|
| attribute EventHandler onversionchange;
|
| };
|
|
|