Title: [86850] trunk/Source/_javascript_Core
Revision
86850
Author
[email protected]
Date
2011-05-19 10:15:51 -0700 (Thu, 19 May 2011)

Log Message

Remove a redundant and broken data export

Data can't be exported from _javascript_Core.dll by listing it in the .def file. The
JS_EXPORTDATA macro must be used instead. (In this case it was already being used, leading
to a linker warning about multiple definitions.)

* _javascript_Core.vcproj/_javascript_Core/_javascript_Core.def: Removed JSGlobalData::s_info.

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (86849 => 86850)


--- trunk/Source/_javascript_Core/ChangeLog	2011-05-19 17:15:35 UTC (rev 86849)
+++ trunk/Source/_javascript_Core/ChangeLog	2011-05-19 17:15:51 UTC (rev 86850)
@@ -1,3 +1,13 @@
+2011-05-19  Adam Roben  <[email protected]>
+
+        Remove a redundant and broken data export
+
+        Data can't be exported from _javascript_Core.dll by listing it in the .def file. The
+        JS_EXPORTDATA macro must be used instead. (In this case it was already being used, leading
+        to a linker warning about multiple definitions.)
+
+        * _javascript_Core.vcproj/_javascript_Core/_javascript_Core.def: Removed JSGlobalData::s_info.
+
 2011-05-18  Oliver Hunt  <[email protected]>
 
         Reviewed by Gavin Barraclough.

Modified: trunk/Source/_javascript_Core/_javascript_Core.vcproj/_javascript_Core/_javascript_Core.def (86849 => 86850)


--- trunk/Source/_javascript_Core/_javascript_Core.vcproj/_javascript_Core/_javascript_Core.def	2011-05-19 17:15:35 UTC (rev 86849)
+++ trunk/Source/_javascript_Core/_javascript_Core.vcproj/_javascript_Core/_javascript_Core.def	2011-05-19 17:15:51 UTC (rev 86850)
@@ -295,7 +295,6 @@
     ?restoreAll@Profile@JSC@@QAEXXZ
     ?retrieveCaller@Interpreter@JSC@@QBE?AVJSValue@2@PAVExecState@2@PAVJSFunction@2@@Z
     ?retrieveLastCaller@Interpreter@JSC@@QBEXPAVExecState@2@AAH1AAVUString@2@AAVJSValue@2@@Z
-    ?s_info@JSGlobalObject@JSC@@2UClassInfo@2@B
     ?setAccessorDescriptor@PropertyDescriptor@JSC@@QAEXVJSValue@2@0I@Z
     ?setConfigurable@PropertyDescriptor@JSC@@QAEX_N@Z
     ?setDescriptor@PropertyDescriptor@JSC@@QAEXVJSValue@2@I@Z
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to