Title: [96453] trunk/Source/_javascript_Core
Revision
96453
Author
dba...@webkit.org
Date
2011-09-30 20:12:37 -0700 (Fri, 30 Sep 2011)

Log Message

2011-09-30  Daniel Bates  <dba...@webkit.org>

        Attempt to fix the Apple Windows and WinCairo Debug builds after
        <http://trac.webkit.org/changeset/96446> (https://bugs.webkit.org/show_bug.cgi?id=69203).

        * _javascript_Core.vcproj/_javascript_Core/_javascript_Core.def: Remove the symbol
        ?toStrictThisObject@JSObject@JSC@@UBE?AVJSValue@2@PAVExecState@2@@Z since the
        corresponding function, JSValue::toStrictThisObject(), was removed.

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (96452 => 96453)


--- trunk/Source/_javascript_Core/ChangeLog	2011-10-01 03:07:46 UTC (rev 96452)
+++ trunk/Source/_javascript_Core/ChangeLog	2011-10-01 03:12:37 UTC (rev 96453)
@@ -1,3 +1,12 @@
+2011-09-30  Daniel Bates  <dba...@webkit.org>
+
+        Attempt to fix the Apple Windows and WinCairo Debug builds after
+        <http://trac.webkit.org/changeset/96446> (https://bugs.webkit.org/show_bug.cgi?id=69203).
+
+        * _javascript_Core.vcproj/_javascript_Core/_javascript_Core.def: Remove the symbol
+        ?toStrictThisObject@JSObject@JSC@@UBE?AVJSValue@2@PAVExecState@2@@Z since the
+        corresponding function, JSValue::toStrictThisObject(), was removed.
+
 2011-09-30  Yuqiang Xian  <yuqiang.x...@intel.com>
 
         DFG operation results are not set correctly in JSVALUE32_64 DFG JIT

Modified: trunk/Source/_javascript_Core/_javascript_Core.vcproj/_javascript_Core/_javascript_Core.def (96452 => 96453)


--- trunk/Source/_javascript_Core/_javascript_Core.vcproj/_javascript_Core/_javascript_Core.def	2011-10-01 03:07:46 UTC (rev 96452)
+++ trunk/Source/_javascript_Core/_javascript_Core.vcproj/_javascript_Core/_javascript_Core.def	2011-10-01 03:12:37 UTC (rev 96453)
@@ -347,7 +347,6 @@
     ?toNumberSlowCase@JSValue@JSC@@ABENPAVExecState@2@@Z
     ?toObject@JSCell@JSC@@QBEPAVJSObject@2@PAVExecState@2@PAVJSGlobalObject@2@@Z
     ?toObjectSlowCase@JSValue@JSC@@ABEPAVJSObject@2@PAVExecState@2@PAVJSGlobalObject@2@@Z
-    ?toStrictThisObject@JSObject@JSC@@UBE?AVJSValue@2@PAVExecState@2@@Z
     ?toString@JSCell@JSC@@UBE?AVUString@2@PAVExecState@2@@Z
     ?toString@JSObject@JSC@@UBE?AVUString@2@PAVExecState@2@@Z
     ?toString@JSString@JSC@@EBE?AVUString@2@PAVExecState@2@@Z
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to