Changeset 243799 in webkit
- Timestamp:
- Apr 3, 2019, 8:58:04 AM (7 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
html/InputType.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r243798 r243799 1 2019-04-03 Pablo Saavedra <psaavedra@igalia.com> 2 3 Missing includes that were previously provided via UnifiedSources 4 https://bugs.webkit.org/show_bug.cgi?id=196434 5 6 Unreviewed build fix. 7 8 * html/InputType.h: 9 1 10 2019-04-03 Wenson Hsieh <wenson_hsieh@apple.com> 2 11 -
trunk/Source/WebCore/html/InputType.h
r242518 r243799 33 33 #pragma once 34 34 35 #include "HTMLInputElement.h" 35 36 #include "HTMLTextFormControlElement.h" 36 37 #include "RenderPtr.h" … … 56 57 class HTMLElement; 57 58 class HTMLFormElement; 58 class HTMLInputElement;59 59 class Icon; 60 60 class KeyboardEvent;
Note:
See TracChangeset
for help on using the changeset viewer.