| 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
|
|
|