Title: [192129] trunk/Source/WebCore
Revision
192129
Author
mcatanz...@igalia.com
Date
2015-11-07 07:22:30 -0800 (Sat, 07 Nov 2015)

Log Message

Unreviewed, fix GTK build after r191981

* html/HTMLFormControlElement.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (192128 => 192129)


--- trunk/Source/WebCore/ChangeLog	2015-11-07 05:23:55 UTC (rev 192128)
+++ trunk/Source/WebCore/ChangeLog	2015-11-07 15:22:30 UTC (rev 192129)
@@ -1,3 +1,9 @@
+2015-11-07  Michael Catanzaro  <mcatanz...@igalia.com>
+
+        Unreviewed, fix GTK build after r191981
+
+        * html/HTMLFormControlElement.cpp:
+
 2015-11-06  Scott Valentine  <svalent...@ikayzo.com>
 
         Allow an optional hash algorithm to be passed to generateKey for RSA keys.

Modified: trunk/Source/WebCore/html/HTMLFormControlElement.cpp (192128 => 192129)


--- trunk/Source/WebCore/html/HTMLFormControlElement.cpp	2015-11-07 05:23:55 UTC (rev 192128)
+++ trunk/Source/WebCore/html/HTMLFormControlElement.cpp	2015-11-07 15:22:30 UTC (rev 192129)
@@ -39,6 +39,7 @@
 #include "RenderBox.h"
 #include "RenderTheme.h"
 #include "ValidationMessage.h"
+#include <wtf/NeverDestroyed.h>
 #include <wtf/Ref.h>
 #include <wtf/Vector.h>
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to