| Index: content/child/runtime_features.cc
 | 
| diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
 | 
| index 5e78378f89e5e218e406ba099e5fb86de6a53cf9..fc30979f80c07906b35028919367066e3c9d3939 100644
 | 
| --- a/content/child/runtime_features.cc
 | 
| +++ b/content/child/runtime_features.cc
 | 
| @@ -37,8 +37,6 @@ static void SetRuntimeFeatureDefaultsForPlatform() {
 | 
|    WebRuntimeFeatures::enableGamepad(false);
 | 
|    // Android does not have support for PagePopup
 | 
|    WebRuntimeFeatures::enablePagePopup(false);
 | 
| -  // datalist on Android is not enabled
 | 
| -  WebRuntimeFeatures::enableDataListElement(false);
 | 
|  #endif  // defined(OS_ANDROID)
 | 
|  }
 | 
|  
 | 
| 
 |