diff options
Diffstat (limited to 'Source/WebCore/bindings/generic/RuntimeEnabledFeatures.cpp')
-rw-r--r-- | Source/WebCore/bindings/generic/RuntimeEnabledFeatures.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/WebCore/bindings/generic/RuntimeEnabledFeatures.cpp b/Source/WebCore/bindings/generic/RuntimeEnabledFeatures.cpp index e9591fd..dd47184 100644 --- a/Source/WebCore/bindings/generic/RuntimeEnabledFeatures.cpp +++ b/Source/WebCore/bindings/generic/RuntimeEnabledFeatures.cpp @@ -142,4 +142,8 @@ bool RuntimeEnabledFeatures::openDatabaseSyncEnabled() } #endif +#if ENABLE(QUOTA) +bool RuntimeEnabledFeatures::isQuotaEnabled = false; +#endif + } // namespace WebCore |