| Index: third_party/WebKit/Source/modules/indexeddb/IDBTransaction.idl
|
| diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBTransaction.idl b/third_party/WebKit/Source/modules/indexeddb/IDBTransaction.idl
|
| index ebd0c7e30d4ac66ee9ce374e615fcbdc6a2123e5..63e3962d8d9f4e9a4336d1c993e25714bfbeea95 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBTransaction.idl
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBTransaction.idl
|
| @@ -1,4 +1,4 @@
|
| - /*
|
| +/*
|
| * Copyright (C) 2010 Google Inc. All rights reserved.
|
| * Copyright (C) 2011 Apple Inc. All rights reserved.
|
| *
|
| @@ -44,7 +44,7 @@ enum IDBTransactionMode {
|
| [Measure] readonly attribute DOMStringList objectStoreNames;
|
| readonly attribute IDBTransactionMode mode;
|
| readonly attribute IDBDatabase db;
|
| - [Measure] readonly attribute DOMError error;
|
| + readonly attribute DOMException error;
|
|
|
| // Methods
|
| [RaisesException] IDBObjectStore objectStore (DOMString name);
|
|
|