Index: content/child/runtime_features.cc |
diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc |
index 79189eef188e5627f4ba22af0f3375c651d79e07..2e9c1fe9b2dfdb49af49580f690def4322fc304b 100644 |
--- a/content/child/runtime_features.cc |
+++ b/content/child/runtime_features.cc |
@@ -32,8 +32,6 @@ static void SetRuntimeFeatureDefaultsForPlatform() { |
WebRuntimeFeatures::enableWebAudio(enable_webaudio); |
// Android does not support the Gamepad API. |
WebRuntimeFeatures::enableGamepad(false); |
- // input[type=week] in Android is incomplete. crbug.com/135938 |
- WebRuntimeFeatures::enableInputTypeWeek(false); |
// Android does not have support for PagePopup |
WebRuntimeFeatures::enablePagePopup(false); |
// datalist on Android is not enabled |