Title: [97834] trunk/Source/_javascript_Core
Revision
97834
Author
[email protected]
Date
2011-10-18 22:36:11 -0700 (Tue, 18 Oct 2011)

Log Message

Rolled out last Windows build fix because it was wrong.

Modified Paths


Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (97833 => 97834)


--- trunk/Source/_javascript_Core/ChangeLog	2011-10-19 05:18:58 UTC (rev 97833)
+++ trunk/Source/_javascript_Core/ChangeLog	2011-10-19 05:36:11 UTC (rev 97834)
@@ -4,6 +4,10 @@
 
 2011-10-18  Geoffrey Garen  <[email protected]>
 
+        Rolled out last Windows build fix because it was wrong.
+
+2011-10-18  Geoffrey Garen  <[email protected]>
+
         Try to fix part of the Windows build.
         
         Export!

Modified: trunk/Source/_javascript_Core/_javascript_Core.vcproj/_javascript_Core/_javascript_Core.def (97833 => 97834)


--- trunk/Source/_javascript_Core/_javascript_Core.vcproj/_javascript_Core/_javascript_Core.def	2011-10-19 05:18:58 UTC (rev 97833)
+++ trunk/Source/_javascript_Core/_javascript_Core.vcproj/_javascript_Core/_javascript_Core.def	2011-10-19 05:36:11 UTC (rev 97834)
@@ -166,6 +166,7 @@
     ?evaluate@DebuggerCallFrame@JSC@@QBE?AVJSValue@2@ABVUString@2@AAV32@@Z
     ?evaluate@JSC@@YA?AVJSValue@1@PAVExecState@1@PAVScopeChainNode@1@ABVSourceCode@1@V21@PAV21@@Z
     ?exclude@Profile@JSC@@QAEXPBVProfileNode@2@@Z
+    ?expand@MarkStackArray@JSC@@QAEXXZ
     ?fastCalloc@WTF@@YAPAXII@Z
     ?fastFree@WTF@@YAXPAX@Z
     ?fastMalloc@WTF@@YAPAXI@Z
@@ -364,6 +365,7 @@
     ?unprotect@Heap@JSC@@QAE_NVJSValue@2@@Z
     ?unwrappedObject@JSObject@JSC@@UAEPAV12@XZ
     ?utf8@UString@JSC@@QBE?AVCString@WTF@@_N@Z
+    ?validate@MarkStack@JSC@@KAXPAVJSCell@2@@Z
     ?visitChildren@JSGlobalObject@JSC@@SAXPAVJSCell@2@AAVSlotVisitor@2@@Z
     ?visitChildren@JSObject@JSC@@SAXPAVJSCell@2@AAVSlotVisitor@2@@Z
     ?vtableAnchor@InternalFunction@JSC@@EAEXXZ
@@ -380,5 +382,3 @@
     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