diff options
Diffstat (limited to 'WebCore/storage/DatabaseSync.cpp')
-rw-r--r-- | WebCore/storage/DatabaseSync.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/WebCore/storage/DatabaseSync.cpp b/WebCore/storage/DatabaseSync.cpp index fd1376a..224a75d 100644 --- a/WebCore/storage/DatabaseSync.cpp +++ b/WebCore/storage/DatabaseSync.cpp @@ -107,6 +107,7 @@ ScriptExecutionContext* DatabaseSync::scriptExecutionContext() const return m_scriptExecutionContext.get(); } +} // namespace WebCore + #endif // ENABLE(DATABASE) -} // namespace WebCore |