diff --git a/gfx/thebes/gfxPlatform.cpp b/gfx/thebes/gfxPlatform.cpp index e5603602a6db..04e19dd6ec96 100644 --- a/gfx/thebes/gfxPlatform.cpp +++ b/gfx/thebes/gfxPlatform.cpp @@ -3421,12 +3421,6 @@ void gfxPlatform::InitOMTPConfig() { Preferences::GetBool("layers.omtp.enabled", false, PrefValueKind::Default)); - if (sizeof(void*) <= sizeof(uint32_t)) { - omtp.ForceDisable(FeatureStatus::Broken, - "OMTP is not supported on 32-bit platforms", - NS_LITERAL_CSTRING("FEATURE_FAILURE_OMTP_32BIT")); - } - if (mContentBackend == BackendType::CAIRO) { omtp.ForceDisable(FeatureStatus::Broken, "OMTP is not supported when using cairo",