Title: [243799] trunk/Source/WebCore
Revision
243799
Author
[email protected]
Date
2019-04-03 08:58:04 -0700 (Wed, 03 Apr 2019)

Log Message

Missing includes that were previously provided via UnifiedSources
https://bugs.webkit.org/show_bug.cgi?id=196434

Unreviewed build fix.

Patch by Pablo Saavedra <[email protected]> on 2019-04-03

* html/InputType.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (243798 => 243799)


--- trunk/Source/WebCore/ChangeLog	2019-04-03 15:22:10 UTC (rev 243798)
+++ trunk/Source/WebCore/ChangeLog	2019-04-03 15:58:04 UTC (rev 243799)
@@ -1,3 +1,12 @@
+2019-04-03  Pablo Saavedra  <[email protected]>
+
+        Missing includes that were previously provided via UnifiedSources
+        https://bugs.webkit.org/show_bug.cgi?id=196434
+
+        Unreviewed build fix.
+
+        * html/InputType.h:
+
 2019-04-03  Wenson Hsieh  <[email protected]>
 
         Introduce and add plumbing for a website policy for meta viewport tag handling

Modified: trunk/Source/WebCore/html/InputType.h (243798 => 243799)


--- trunk/Source/WebCore/html/InputType.h	2019-04-03 15:22:10 UTC (rev 243798)
+++ trunk/Source/WebCore/html/InputType.h	2019-04-03 15:58:04 UTC (rev 243799)
@@ -32,6 +32,7 @@
 
 #pragma once
 
+#include "HTMLInputElement.h"
 #include "HTMLTextFormControlElement.h"
 #include "RenderPtr.h"
 #include "StepRange.h"
@@ -55,7 +56,6 @@
 class FileList;
 class HTMLElement;
 class HTMLFormElement;
-class HTMLInputElement;
 class Icon;
 class KeyboardEvent;
 class MouseEvent;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to