| Index: Source/modules/webdatabase/SQLResultSet.cpp
|
| diff --git a/Source/modules/webdatabase/SQLResultSet.cpp b/Source/modules/webdatabase/SQLResultSet.cpp
|
| index 0fb72d7fe4e9a84ef874ed6f6aab9b13b8dc037b..80d3175b08a31cae62bdb20563e19d8ef023002e 100644
|
| --- a/Source/modules/webdatabase/SQLResultSet.cpp
|
| +++ b/Source/modules/webdatabase/SQLResultSet.cpp
|
| @@ -52,7 +52,7 @@ int64_t SQLResultSet::insertId(ExceptionState& es) const
|
| if (m_insertIdSet)
|
| return m_insertId;
|
|
|
| - es.throwDOMException(InvalidAccessError);
|
| + es.throwUninformativeAndGenericDOMException(InvalidAccessError);
|
| return -1;
|
| }
|
|
|
|
|