| Index: third_party/WebCore/Modules/indexeddb/WorkerContextIndexedDatabase.idl
|
| diff --git a/third_party/WebCore/Modules/indexeddb/WorkerContextIndexedDatabase.idl b/third_party/WebCore/Modules/indexeddb/WorkerContextIndexedDatabase.idl
|
| index f9795a89d645f00fdec82d2df1bd1448cbf7e5f1..c336c57ee84bf7610e2aeec4b54299fda56115ce 100644
|
| --- a/third_party/WebCore/Modules/indexeddb/WorkerContextIndexedDatabase.idl
|
| +++ b/third_party/WebCore/Modules/indexeddb/WorkerContextIndexedDatabase.idl
|
| @@ -34,7 +34,6 @@ module threads {
|
|
|
| attribute [V8EnabledAtRuntime] IDBCursorConstructor webkitIDBCursor;
|
| attribute [V8EnabledAtRuntime] IDBDatabaseConstructor webkitIDBDatabase;
|
| - attribute [V8EnabledAtRuntime] IDBDatabaseErrorConstructor webkitIDBDatabaseError;
|
| attribute [V8EnabledAtRuntime] IDBDatabaseExceptionConstructor webkitIDBDatabaseException;
|
| attribute [V8EnabledAtRuntime] IDBFactoryConstructor webkitIDBFactory;
|
| attribute [V8EnabledAtRuntime] IDBIndexConstructor webkitIDBIndex;
|
|
|