Title: [200912] trunk/Source/WebKit2
- Revision
- 200912
- Author
- [email protected]
- Date
- 2016-05-13 19:40:57 -0700 (Fri, 13 May 2016)
Log Message
Fix iOS Build.
* Shared/AssistedNodeInformation.h:
(WebKit::OptionItem::OptionItem):
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (200911 => 200912)
--- trunk/Source/WebKit2/ChangeLog 2016-05-14 02:29:04 UTC (rev 200911)
+++ trunk/Source/WebKit2/ChangeLog 2016-05-14 02:40:57 UTC (rev 200912)
@@ -1,3 +1,10 @@
+2016-05-13 Dean Jackson <[email protected]>
+
+ Fix iOS Build.
+
+ * Shared/AssistedNodeInformation.h:
+ (WebKit::OptionItem::OptionItem):
+
2016-05-13 Sam Weinig <[email protected]>
REGRESSION (r200463): Autofill Credit Card expected but got Autofill Contact
Modified: trunk/Source/WebKit2/Shared/AssistedNodeInformation.h (200911 => 200912)
--- trunk/Source/WebKit2/Shared/AssistedNodeInformation.h 2016-05-14 02:29:04 UTC (rev 200911)
+++ trunk/Source/WebKit2/Shared/AssistedNodeInformation.h 2016-05-14 02:40:57 UTC (rev 200912)
@@ -57,6 +57,8 @@
#if PLATFORM(IOS)
struct OptionItem {
+ OptionItem() { }
+
OptionItem(const OptionItem& item)
: text(item.text)
, isGroup(item.isGroup)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes