| Index: third_party/WebCore/Modules/indexeddb/IDBOpenDBRequest.idl
|
| diff --git a/third_party/WebCore/Modules/indexeddb/IDBVersionChangeRequest.idl b/third_party/WebCore/Modules/indexeddb/IDBOpenDBRequest.idl
|
| similarity index 91%
|
| copy from third_party/WebCore/Modules/indexeddb/IDBVersionChangeRequest.idl
|
| copy to third_party/WebCore/Modules/indexeddb/IDBOpenDBRequest.idl
|
| index 2aa238a8b49aef3b26c203f804663846a4cc6889..1e46a52e1504f1f53b484b5c3dc6682b11931c1d 100644
|
| --- a/third_party/WebCore/Modules/indexeddb/IDBVersionChangeRequest.idl
|
| +++ b/third_party/WebCore/Modules/indexeddb/IDBOpenDBRequest.idl
|
| @@ -1,5 +1,5 @@
|
| /*
|
| - * Copyright (C) 2011 Google Inc. All rights reserved.
|
| + * Copyright (C) 2012 Google Inc. All rights reserved.
|
| *
|
| * Redistribution and use in source and binary forms, with or without
|
| * modification, are permitted provided that the following conditions
|
| @@ -29,7 +29,8 @@ module storage {
|
| Conditional=INDEXED_DATABASE,
|
| ActiveDOMObject,
|
| EventTarget
|
| - ] IDBVersionChangeRequest : IDBRequest {
|
| + ] IDBOpenDBRequest : IDBRequest {
|
| attribute EventListener onblocked;
|
| + attribute EventListener onupgradeneeded;
|
| };
|
| }
|
|
|