Chromium Code Reviews| Index: Source/web/WebInputElement.cpp |
| diff --git a/Source/web/WebInputElement.cpp b/Source/web/WebInputElement.cpp |
| index 00a81ad66b84f2f2793ab8c8ab191c6ed84c6132..c0f11a021908da1509bb0fb695608968d1ad8d76 100644 |
| --- a/Source/web/WebInputElement.cpp |
| +++ b/Source/web/WebInputElement.cpp |
| @@ -35,6 +35,7 @@ |
| #include "core/dom/shadow/ElementShadow.h" |
| #include "core/dom/shadow/ShadowRoot.h" |
| #include "core/html/HTMLDataListElement.h" |
| +#include "core/html/HTMLDataListOptionsCollection.h" |
|
haraken
2014/08/20 00:40:08
What is this #include for?
Inactive
2014/08/20 15:15:12
See comment below.
|
| #include "core/html/HTMLInputElement.h" |
| #include "core/html/shadow/ShadowElementNames.h" |
| #include "core/html/shadow/TextControlInnerElements.h" |