Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1494)

Unified Diff: Source/modules/webdatabase/SQLResultSet.h

Issue 19724003: Revert "Transition modules/** to use ExceptionState" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/modules/webdatabase/SQLError.h ('k') | Source/modules/webdatabase/SQLResultSet.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « Source/modules/webdatabase/SQLError.h ('k') | Source/modules/webdatabase/SQLResultSet.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698