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

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

Issue 1318793005: [part 2] Make classes and structures in modules fast-allocated. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 3 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/QuotaTracker.h ('k') | Source/modules/webdatabase/sqlite/SQLValue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webdatabase/SQLError.h
diff --git a/Source/modules/webdatabase/SQLError.h b/Source/modules/webdatabase/SQLError.h
index 6c8e03db9565fe77f49b65f0d2c93c29995cc584..b9cd3b30075fd41da68f6195ee06d407f62b5751 100644
--- a/Source/modules/webdatabase/SQLError.h
+++ b/Source/modules/webdatabase/SQLError.h
@@ -35,6 +35,7 @@
namespace blink {
class SQLErrorData {
+ WTF_MAKE_FAST_ALLOCATED(SQLErrorData);
public:
static PassOwnPtr<SQLErrorData> create(unsigned code, const String& message)
{
« no previous file with comments | « Source/modules/webdatabase/QuotaTracker.h ('k') | Source/modules/webdatabase/sqlite/SQLValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698