X-Git-Url: http://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=Source%2FWebCore%2Fpage%2FRuntimeEnabledFeatures.h;h=e8a4b1a22dcea6c8c9e4f9ada2565569afa87d5e;hp=bc83f8aab8ab1ede7b68a103c4fd0e1f6f93161f;hb=f7870030b6d53e5a6b9c28448b7798259cc65eb5;hpb=0890a3723458d0e631725d39c2541c0dff9374a7;ds=sidebyside diff --git a/Source/WebCore/page/RuntimeEnabledFeatures.h b/Source/WebCore/page/RuntimeEnabledFeatures.h index bc83f8a..e8a4b1a 100644 --- a/Source/WebCore/page/RuntimeEnabledFeatures.h +++ b/Source/WebCore/page/RuntimeEnabledFeatures.h @@ -250,9 +250,6 @@ public: void setAriaReflectionEnabled(bool isEnabled) { m_ariaReflectionEnabled = isEnabled; } bool ariaReflectionEnabled() const { return m_ariaReflectionEnabled; } - void setMediaCapabilitiesEnabled(bool isEnabled) { m_mediaCapabilitiesEnabled = isEnabled; } - bool mediaCapabilitiesEnabled() const { return m_mediaCapabilitiesEnabled; } - void setResourceLoadStatisticsDebugMode(bool isEnabled) { m_resourceLoadStatisticsDebugMode = isEnabled; } bool resourceLoadStatisticsDebugMode() const { return m_resourceLoadStatisticsDebugMode; } @@ -413,7 +410,6 @@ private: bool m_webVREnabled { false }; bool m_accessibilityObjectModelEnabled { false }; bool m_ariaReflectionEnabled { true }; - bool m_mediaCapabilitiesEnabled { false }; bool m_resourceLoadStatisticsDebugMode { false }; bool m_isRestrictedHTTPResponseAccess { true }; bool m_crossOriginResourcePolicyEnabled { true };