Title: [175285] branches/safari-600.3-branch/Source/WebKit
Revision
175285
Author
dburk...@apple.com
Date
2014-10-28 16:51:57 -0700 (Tue, 28 Oct 2014)

Log Message

Merge r174320. <rdar://problem/18753175>

Modified Paths

Diff

Modified: branches/safari-600.3-branch/Source/WebKit/ChangeLog (175284 => 175285)


--- branches/safari-600.3-branch/Source/WebKit/ChangeLog	2014-10-28 23:51:45 UTC (rev 175284)
+++ branches/safari-600.3-branch/Source/WebKit/ChangeLog	2014-10-28 23:51:57 UTC (rev 175285)
@@ -1,3 +1,13 @@
+2014-10-28  Dana Burkart  <dburk...@apple.com>
+
+        Merge r174320. <rdar://problem/18753175>
+
+    2014-10-04  Timothy Horton  <timothy_hor...@apple.com>
+    
+            Try to fix the Windows build after r174315.
+    
+            * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
+    
 2014-08-15  Matthew Hanson  <matthew_han...@apple.com>
 
         Merge r172019. <rdar://problem/18029617>

Modified: branches/safari-600.3-branch/Source/WebKit/WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in (175284 => 175285)


--- branches/safari-600.3-branch/Source/WebKit/WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in	2014-10-28 23:51:45 UTC (rev 175284)
+++ branches/safari-600.3-branch/Source/WebKit/WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in	2014-10-28 23:51:57 UTC (rev 175285)
@@ -492,3 +492,8 @@
 #if ENABLE(ENCRYPTED_MEDIA_V2)
         symbolWithPointer(?registerCDMFactory@CDM@WebCore@@SAXP6A?AV?$unique_ptr@VCDMPrivateInterface@WebCore@@U?$default_delete@VCDMPrivateInterface@WebCore@@@std@@@std@@PAV12@@ZP6A_NABVString@WTF@@@ZP6A_N22@Z@Z,)
 #endif
+        ?updateLayout@Document@WebCore@@QAEXXZ
+        ?throwArgumentMustBeEnumError@WebCore@@YA_JAAVExecState@JSC@@IPBD111@Z
+        ?makeRGB@WebCore@@YAIHHH@Z
+        ?create@PageOverlay@WebCore@@SA?AV?$PassRefPtr@VPageOverlay@WebCore@@@WTF@@AAVClient@12@W4OverlayType@12@@Z
+        ??1PageOverlay@WebCore@@UAE@XZ
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to