Title: [97829] trunk/Source/_javascript_Core
Revision
97829
Author
[email protected]
Date
2011-10-18 20:47:12 -0700 (Tue, 18 Oct 2011)

Log Message

Try to fix part of the Windows build.
        
Export!

Modified Paths


Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (97828 => 97829)


--- trunk/Source/_javascript_Core/ChangeLog	2011-10-19 03:10:12 UTC (rev 97828)
+++ trunk/Source/_javascript_Core/ChangeLog	2011-10-19 03:47:12 UTC (rev 97829)
@@ -1,5 +1,11 @@
 2011-10-18  Geoffrey Garen  <[email protected]>
 
+        Try to fix part of the Windows build.
+        
+        Export!
+
+2011-10-18  Geoffrey Garen  <[email protected]>
+
         Switched ropes from malloc memory to GC memory
         https://bugs.webkit.org/show_bug.cgi?id=70364
 

Modified: trunk/Source/_javascript_Core/_javascript_Core.vcproj/_javascript_Core/_javascript_Core.def (97828 => 97829)


--- trunk/Source/_javascript_Core/_javascript_Core.vcproj/_javascript_Core/_javascript_Core.def	2011-10-19 03:10:12 UTC (rev 97828)
+++ trunk/Source/_javascript_Core/_javascript_Core.vcproj/_javascript_Core/_javascript_Core.def	2011-10-19 03:47:12 UTC (rev 97829)
@@ -382,3 +382,5 @@
     WTFReportAssertionFailureWithMessage
     WTFReportBacktrace
     WTFReportError
+    __imp_?create@JSString@JSC@@SAPAV12@AAVJSGlobalData@2@ABVUString@2@@Z
+    __imp_?createHasOtherOwner@JSString@JSC@@SAPAV12@AAVJSGlobalData@2@ABVUString@2@@Z
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to