[Webkit-unassigned] [Bug 25664] Error at edugis.nl when trying to use XMLDocument.prototype.load

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 6 11:42:11 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=25664


Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Error at edugis.nl when     |Error at edugis.nl when
                   |trying to manipulate        |trying to use
                   |XMLDocument.prototype       |XMLDocument.prototype.load
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1




--- Comment #5 from Alexey Proskuryakov <ap at webkit.org>  2011-09-06 11:42:11 PST ---
This is because an old version of Sarissa library on this site saves a version of document.load from XMLDocument, and tries to execute it later. Newer versions of Sarissa don't have this problem.

XMLDocument.prototype._sarissa_load=XMLDocument.prototype.load; // undefined
XMLDocument.prototype.load=function(_1e){
    // lots of code that boils down to simply calling _sarissa_load.
}

There is currently active discussion in <http://www.w3.org/Bugs/Public/show_bug.cgi?id=14037> that may eventually change how we work with such code.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list