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

Unified Diff: Source/WebCore/dom/ScriptExecutionContext.h

Issue 13774005: Remove the ENABLE_SQL_DATABASE compile-time flag. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: python Created 7 years, 8 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/dom/DOMExceptions.in ('k') | Source/WebCore/dom/ScriptExecutionContext.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/dom/ScriptExecutionContext.h
diff --git a/Source/WebCore/dom/ScriptExecutionContext.h b/Source/WebCore/dom/ScriptExecutionContext.h
index 9e93338304c677bbd02ea4edc21ea1079769cb0b..057c251ef08ddacac5fb4d1be4fdb8b2cc507c7e 100644
--- a/Source/WebCore/dom/ScriptExecutionContext.h
+++ b/Source/WebCore/dom/ScriptExecutionContext.h
@@ -154,9 +154,7 @@ public:
virtual void reportMemoryUsage(MemoryObjectInfo*) const OVERRIDE;
-#if ENABLE(SQL_DATABASE)
void setDatabaseContext(DatabaseContext*);
-#endif
protected:
class AddConsoleMessageTask : public Task {
@@ -214,9 +212,7 @@ private:
OwnPtr<PublicURLManager> m_publicURLManager;
#endif
-#if ENABLE(SQL_DATABASE)
RefPtr<DatabaseContext> m_databaseContext;
-#endif
};
} // namespace WebCore
« no previous file with comments | « Source/WebCore/dom/DOMExceptions.in ('k') | Source/WebCore/dom/ScriptExecutionContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698