Title: [193552] branches/safari-601.1.46-branch/Source/WebCore
Revision
193552
Author
[email protected]
Date
2015-12-05 21:56:25 -0800 (Sat, 05 Dec 2015)

Log Message

Merge r192129. rdar://problem/23221177

Modified Paths

Diff

Modified: branches/safari-601.1.46-branch/Source/WebCore/ChangeLog (193551 => 193552)


--- branches/safari-601.1.46-branch/Source/WebCore/ChangeLog	2015-12-06 05:56:23 UTC (rev 193551)
+++ branches/safari-601.1.46-branch/Source/WebCore/ChangeLog	2015-12-06 05:56:25 UTC (rev 193552)
@@ -1,5 +1,15 @@
 2015-12-05  David Kilzer  <[email protected]>
 
+        Merge r192129. rdar://problem/23221177
+
+    2015-11-07  Michael Catanzaro  <[email protected]>
+
+        Unreviewed, fix GTK build after r191981
+
+        * html/HTMLFormControlElement.cpp:
+
+2015-12-05  David Kilzer  <[email protected]>
+
         Merge r191981. rdar://problem/23221177
 
     2015-10-30  Jon Honeycutt  <[email protected]>

Modified: branches/safari-601.1.46-branch/Source/WebCore/html/HTMLFormControlElement.cpp (193551 => 193552)


--- branches/safari-601.1.46-branch/Source/WebCore/html/HTMLFormControlElement.cpp	2015-12-06 05:56:23 UTC (rev 193551)
+++ branches/safari-601.1.46-branch/Source/WebCore/html/HTMLFormControlElement.cpp	2015-12-06 05:56:25 UTC (rev 193552)
@@ -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
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to