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

Unified Diff: Source/modules/webdatabase/DOMWindowWebDatabase.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/ChangeVersionData.h ('k') | Source/modules/webdatabase/QuotaTracker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webdatabase/DOMWindowWebDatabase.h
diff --git a/Source/modules/webdatabase/DOMWindowWebDatabase.h b/Source/modules/webdatabase/DOMWindowWebDatabase.h
index b2a43eb9034c1d887d48d2d90a2352905625de63..de3de42c7c90fc936606e0852ae29b557406c01e 100644
--- a/Source/modules/webdatabase/DOMWindowWebDatabase.h
+++ b/Source/modules/webdatabase/DOMWindowWebDatabase.h
@@ -38,12 +38,9 @@ class DatabaseCallback;
class ExceptionState;
class DOMWindowWebDatabase {
+ STATIC_ONLY(DOMWindowWebDatabase);
public:
static Database* openDatabase(DOMWindow&, const String& name, const String& version, const String& displayName, unsigned long estimatedSize, DatabaseCallback* creationCallback, ExceptionState&);
-
-private:
- DOMWindowWebDatabase() { }
- ~DOMWindowWebDatabase() { }
};
} // namespace blink
« no previous file with comments | « Source/modules/webdatabase/ChangeVersionData.h ('k') | Source/modules/webdatabase/QuotaTracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698