| Index: Source/modules/webdatabase/SQLResultSet.h
|
| diff --git a/Source/modules/webdatabase/SQLResultSet.h b/Source/modules/webdatabase/SQLResultSet.h
|
| index 3c5a9747454e7787780613ee358c9bbc5adbdffb..781415a79eec2595c1e6b468bf37b4538f5b252f 100644
|
| --- a/Source/modules/webdatabase/SQLResultSet.h
|
| +++ b/Source/modules/webdatabase/SQLResultSet.h
|
| @@ -36,15 +36,13 @@
|
|
|
| namespace WebCore {
|
|
|
| -class ExceptionState;
|
| -
|
| class SQLResultSet : public ThreadSafeRefCounted<SQLResultSet>, public ScriptWrappable {
|
| public:
|
| static PassRefPtr<SQLResultSet> create() { return adoptRef(new SQLResultSet); }
|
|
|
| SQLResultSetRowList* rows() const;
|
|
|
| - int64_t insertId(ExceptionState&) const;
|
| + int64_t insertId(ExceptionCode&) const;
|
| int rowsAffected() const;
|
|
|
| // For internal (non-JS) use
|
|
|