Ignore:
Timestamp:
Feb 11, 2008, 5:24:02 PM (17 years ago)
Author:
[email protected]
Message:

Reviewed by Anders Carlsson.

Fixes for:
<rdar://problem/5735497> Match Firefox's cross-domain model more accurately by return the built-in version of functions even if they have been overridden
<rdar://problem/5735443> Crash when setting the Window objects prototype to a custom Object and then calling a method on it

  • Expose the native Object.prototype.toString implementation so that it can be used for cross-domain toString calling.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/JavaScriptCore.exp

    r30034 r30158  
    165165__ZN3KJS19InternalFunctionImp4infoE
    166166__ZN3KJS19InternalFunctionImpC2EPNS_17FunctionPrototypeERKNS_10IdentifierE
     167__ZN3KJS23objectProtoFuncToStringEPNS_9ExecStateEPNS_8JSObjectERKNS_4ListE
    167168__ZN3KJS4List15expandAndAppendEPNS_7JSValueE
    168169__ZN3KJS4List7markSetEv
Note: See TracChangeset for help on using the changeset viewer.