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

Unified Diff: Source/WebCore/storage/AbstractDatabase.h

Issue 8152004: Merge 96554 - A little more WebSQLDatabase thread safety. (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/874/
Patch Set: Created 9 years, 2 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/WebCore/ChangeLog ('k') | Source/WebCore/storage/AbstractDatabase.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/storage/AbstractDatabase.h
===================================================================
--- Source/WebCore/storage/AbstractDatabase.h (revision 96741)
+++ Source/WebCore/storage/AbstractDatabase.h (working copy)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010 Google Inc. All rights reserved.
+ * Copyright (C) 2011 Google Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -104,7 +104,7 @@
void setCachedVersion(const String&);
bool getActualVersionForTransaction(String& version);
- static const String& databaseInfoTableName();
+ static const char* databaseInfoTableName();
RefPtr<ScriptExecutionContext> m_scriptExecutionContext;
RefPtr<SecurityOrigin> m_contextThreadSecurityOrigin;
@@ -120,8 +120,6 @@
#endif
private:
- static const String& databaseVersionKey();
-
int m_guid;
bool m_opened;
bool m_new;
« no previous file with comments | « Source/WebCore/ChangeLog ('k') | Source/WebCore/storage/AbstractDatabase.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698