Chromium Code Reviews| Index: content/renderer/render_thread_impl.cc |
| diff --git a/content/renderer/render_thread_impl.cc b/content/renderer/render_thread_impl.cc |
| index a141f8fddb59d144449d45d599bbcdbdf0fc64f7..adaa32166b7772e969444df89fef9bf7307797ce 100644 |
| --- a/content/renderer/render_thread_impl.cc |
| +++ b/content/renderer/render_thread_impl.cc |
| @@ -650,7 +650,7 @@ static void AdjustRuntimeFeatureDefaultsForPlatform() { |
| // Android does not support the Gamepad API. |
| WebRuntimeFeatures::enableGamepad(false); |
| // input[type=week] in Android is incomplete. crbug.com/135938 |
| - WebRuntimeFeatures::enableInputTypeWeek(false); |
| +// WebRuntimeFeatures::enableInputTypeWeek(false); |
|
jam
2013/06/10 17:26:24
just take it out
keishi
2013/06/11 02:27:17
Done.
|
| // Android does not have support for PagePopup |
| WebRuntimeFeatures::enablePagePopup(false); |
| // datalist on Android is not enabled |