| Index: Source/WebCore/bindings/generic/RuntimeEnabledFeatures.h
|
| diff --git a/Source/WebCore/bindings/generic/RuntimeEnabledFeatures.h b/Source/WebCore/bindings/generic/RuntimeEnabledFeatures.h
|
| index d1309458a89a3078134a44508975b77eb23affce..386435a5664ece087e2ce1c35b5813f9b4b2bfdd 100644
|
| --- a/Source/WebCore/bindings/generic/RuntimeEnabledFeatures.h
|
| +++ b/Source/WebCore/bindings/generic/RuntimeEnabledFeatures.h
|
| @@ -137,10 +137,8 @@ public:
|
| static bool webSocketEnabled();
|
| #endif
|
|
|
| -#if ENABLE(SQL_DATABASE)
|
| static bool openDatabaseEnabled();
|
| static bool openDatabaseSyncEnabled();
|
| -#endif
|
|
|
| #if ENABLE(WEB_AUDIO)
|
| static void setWebkitAudioContextEnabled(bool isEnabled) { isWebAudioEnabled = isEnabled; }
|
|
|