Title: [136140] trunk/Source/_javascript_Core
Revision
136140
Author
[email protected]
Date
2012-11-29 10:22:01 -0800 (Thu, 29 Nov 2012)

Log Message

Speculative Windows build fix after r136086.

Unreviewed build fix.

Suspect that ?setDumpsGeneratedCode@BytecodeGenerator@JSC@@SAX_N@Z needs to be removed from Windows
export list since the symbol was removed in r136086.

* _javascript_Core.vcproj/_javascript_Core/_javascript_Core.def:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (136139 => 136140)


--- trunk/Source/_javascript_Core/ChangeLog	2012-11-29 18:17:51 UTC (rev 136139)
+++ trunk/Source/_javascript_Core/ChangeLog	2012-11-29 18:22:01 UTC (rev 136140)
@@ -1,3 +1,14 @@
+2012-11-29  Michael Saboff  <[email protected]>
+
+        Speculative Windows build fix after r136086.
+
+        Unreviewed build fix.
+
+        Suspect that ?setDumpsGeneratedCode@BytecodeGenerator@JSC@@SAX_N@Z needs to be removed from Windows
+        export list since the symbol was removed in r136086.
+
+        * _javascript_Core.vcproj/_javascript_Core/_javascript_Core.def:
+
 2012-11-28  Filip Pizlo  <[email protected]>
 
         SpeculatedType dumping should not use the static char buffer[thingy] idiom

Modified: trunk/Source/_javascript_Core/_javascript_Core.vcproj/_javascript_Core/_javascript_Core.def (136139 => 136140)


--- trunk/Source/_javascript_Core/_javascript_Core.vcproj/_javascript_Core/_javascript_Core.def	2012-11-29 18:17:51 UTC (rev 136139)
+++ trunk/Source/_javascript_Core/_javascript_Core.vcproj/_javascript_Core/_javascript_Core.def	2012-11-29 18:22:01 UTC (rev 136140)
@@ -340,7 +340,6 @@
     ?retrieveLastCaller@Interpreter@JSC@@QBEXPAVExecState@2@AAH1AAVString@WTF@@AAVJSValue@2@@Z
     ?setConfigurable@PropertyDescriptor@JSC@@QAEX_N@Z
     ?setDescriptor@PropertyDescriptor@JSC@@QAEXVJSValue@2@I@Z
-    ?setDumpsGeneratedCode@BytecodeGenerator@JSC@@SAX_N@Z
     ?setEnumerable@PropertyDescriptor@JSC@@QAEX_N@Z
     ?setGarbageCollectionTimerEnabled@Heap@JSC@@QAEX_N@Z
     ?setGetter@PropertyDescriptor@JSC@@QAEXVJSValue@2@@Z
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to