Title: [176006] trunk/Source/WebCore
Revision
176006
Author
[email protected]
Date
2014-11-11 22:13:46 -0800 (Tue, 11 Nov 2014)

Log Message

Unreviewed iOS build fix after r176001.

Export an additional symbol.

* WebCore.exp.in:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (176005 => 176006)


--- trunk/Source/WebCore/ChangeLog	2014-11-12 06:00:42 UTC (rev 176005)
+++ trunk/Source/WebCore/ChangeLog	2014-11-12 06:13:46 UTC (rev 176006)
@@ -1,3 +1,11 @@
+2014-11-11  Chris Dumez  <[email protected]>
+
+        Unreviewed iOS build fix after r176001.
+
+        Export an additional symbol.
+
+        * WebCore.exp.in:
+
 2014-11-11  Jer Noble  <[email protected]>
 
         [Mac] Add diagnostic logging for per-media-engine load failures

Modified: trunk/Source/WebCore/WebCore.exp.in (176005 => 176006)


--- trunk/Source/WebCore/WebCore.exp.in	2014-11-12 06:00:42 UTC (rev 176005)
+++ trunk/Source/WebCore/WebCore.exp.in	2014-11-12 06:13:46 UTC (rev 176006)
@@ -1822,6 +1822,7 @@
 __ZNK7WebCore16HTMLInputElement16isTelephoneFieldEv
 __ZNK7WebCore16HTMLInputElement18shouldAutocompleteEv
 __ZNK7WebCore16HTMLInputElement20isDateTimeLocalFieldEv
+__ZNK7WebCore16HTMLInputElement5valueEv
 __ZNK7WebCore16HTMLInputElement6isTextEv
 __ZNK7WebCore16IconDatabaseBase12databasePathEv
 __ZNK7WebCore16ResourceResponse13nsURLResponseEv
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to