Title: [173243] trunk/Source/WebCore
Revision
173243
Author
timothy_hor...@apple.com
Date
2014-09-03 17:26:42 -0700 (Wed, 03 Sep 2014)

Log Message

Fix the iOS build after r173230

* WebCore.exp.in:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (173242 => 173243)


--- trunk/Source/WebCore/ChangeLog	2014-09-03 23:48:05 UTC (rev 173242)
+++ trunk/Source/WebCore/ChangeLog	2014-09-04 00:26:42 UTC (rev 173243)
@@ -1,3 +1,9 @@
+2014-09-03  Tim Horton  <timothy_hor...@apple.com>
+
+        Fix the iOS build after r173230
+
+        * WebCore.exp.in:
+
 2014-09-03  Myles C. Maxfield  <mmaxfi...@apple.com>
 
         Remove unnecessary function from TextPainter

Modified: trunk/Source/WebCore/WebCore.exp.in (173242 => 173243)


--- trunk/Source/WebCore/WebCore.exp.in	2014-09-03 23:48:05 UTC (rev 173242)
+++ trunk/Source/WebCore/WebCore.exp.in	2014-09-04 00:26:42 UTC (rev 173243)
@@ -3452,7 +3452,7 @@
 __ZN7WebCore35WebVideoFullscreenModelVideoElementD2Ev
 __ZNK7WebCore16HTMLVideoElement10videoWidthEv
 __ZNK7WebCore16HTMLVideoElement11videoHeightEv
-__ZThn4_N7WebCore35WebVideoFullscreenModelVideoElement11handleEventEPNS_22ScriptExecutionContextEPNS_5EventE
+__ZThn?_N7WebCore35WebVideoFullscreenModelVideoElement11handleEventEPNS_22ScriptExecutionContextEPNS_5EventE
 #endif
 
 #if ENABLE(VIDEO) && PLATFORM(IOS) && __IPHONE_OS_VERSION_MIN_REQUIRED >= 80000
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to