Title: [174320] trunk/Source/WebKit
Revision
174320
Author
[email protected]
Date
2014-10-04 12:35:06 -0700 (Sat, 04 Oct 2014)

Log Message

Try to fix the Windows build after r174315.

* WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (174319 => 174320)


--- trunk/Source/WebKit/ChangeLog	2014-10-04 19:18:38 UTC (rev 174319)
+++ trunk/Source/WebKit/ChangeLog	2014-10-04 19:35:06 UTC (rev 174320)
@@ -1,3 +1,9 @@
+2014-10-04  Timothy Horton  <[email protected]>
+
+        Try to fix the Windows build after r174315.
+
+        * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
+
 2014-09-28  Myles C. Maxfield  <[email protected]>
 
         Replace wkGetGlyphsForCharacters() with CGFontGetGlyphsForUnichars()

Modified: trunk/Source/WebKit/WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in (174319 => 174320)


--- trunk/Source/WebKit/WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in	2014-10-04 19:18:38 UTC (rev 174319)
+++ trunk/Source/WebKit/WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in	2014-10-04 19:35:06 UTC (rev 174320)
@@ -490,3 +490,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
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to