diff options
Diffstat (limited to 'WebCore/bindings/v8/RuntimeEnabledFeatures.cpp')
-rw-r--r-- | WebCore/bindings/v8/RuntimeEnabledFeatures.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/bindings/v8/RuntimeEnabledFeatures.cpp b/WebCore/bindings/v8/RuntimeEnabledFeatures.cpp index 21293a5..cf97b5b 100644 --- a/WebCore/bindings/v8/RuntimeEnabledFeatures.cpp +++ b/WebCore/bindings/v8/RuntimeEnabledFeatures.cpp @@ -36,5 +36,7 @@ namespace WebCore { bool RuntimeEnabledFeatures::isDatabaseEnabled = false; bool RuntimeEnabledFeatures::isLocalStorageEnabled = true; bool RuntimeEnabledFeatures::isSessionStorageEnabled = true; +bool RuntimeEnabledFeatures::isNotificationsEnabled = false; +bool RuntimeEnabledFeatures::isApplicationCacheEnabled = false; } // namespace WebCore |