Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(270)

Unified Diff: Source/WebCore/bindings/generic/RuntimeEnabledFeatures.h

Issue 13685003: Remove support for the LEGACY_CSS_VENDOR_PREFIXES compile-time flag. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/WTF/wtf/FeatureDefines.h ('k') | Source/WebCore/bindings/generic/RuntimeEnabledFeatures.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/bindings/generic/RuntimeEnabledFeatures.h
diff --git a/Source/WebCore/bindings/generic/RuntimeEnabledFeatures.h b/Source/WebCore/bindings/generic/RuntimeEnabledFeatures.h
index b4e7775e6134f3c874497fc0eef4f836150f63ee..d59540033f6af0c44260fb968f51aafe2f723832 100644
--- a/Source/WebCore/bindings/generic/RuntimeEnabledFeatures.h
+++ b/Source/WebCore/bindings/generic/RuntimeEnabledFeatures.h
@@ -201,11 +201,6 @@ public:
static bool webkitRTCPeerConnectionEnabled() { return peerConnectionEnabled(); }
#endif
-#if ENABLE(LEGACY_CSS_VENDOR_PREFIXES)
- static void setLegacyCSSVendorPrefixesEnabled(bool isEnabled) { isLegacyCSSVendorPrefixesEnabled = isEnabled; }
- static bool legacyCSSVendorPrefixesEnabled() { return isLegacyCSSVendorPrefixesEnabled; }
-#endif
-
#if ENABLE(GAMEPAD)
static void setWebkitGetGamepadsEnabled(bool isEnabled) { isGamepadEnabled = isEnabled; }
static bool webkitGetGamepadsEnabled() { return isGamepadEnabled; }
@@ -344,10 +339,6 @@ private:
static bool isGamepadEnabled;
#endif
-#if ENABLE(LEGACY_CSS_VENDOR_PREFIXES)
- static bool isLegacyCSSVendorPrefixesEnabled;
-#endif
-
#if ENABLE(QUOTA)
static bool isQuotaEnabled;
#endif
« no previous file with comments | « Source/WTF/wtf/FeatureDefines.h ('k') | Source/WebCore/bindings/generic/RuntimeEnabledFeatures.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698