S
Sampat
Hi,
I get an error when I try to use function pointer on the build-in
methods. Here's my code sample:
var dce = document.createElement;
var divEle = dce("div");
Firefox throws an error saying : uncaught exception: [Exception...
"Illegal operation on WrappedNative prototype object" nsresult:
"0x8057000c (NS_ERROR_XPC_BAD_OP_ON_WN_PROTO)" location: "JS frame
I am using Firefox : Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US;
rv:1.8.1.7) Gecko/20070914 Firefox/2.0.0.7
OS: Windows Server 2003.
Please let me know if there is any fix for this. A code sample would
really help.
Thanks,
Sampat.
I get an error when I try to use function pointer on the build-in
methods. Here's my code sample:
var dce = document.createElement;
var divEle = dce("div");
Firefox throws an error saying : uncaught exception: [Exception...
"Illegal operation on WrappedNative prototype object" nsresult:
"0x8057000c (NS_ERROR_XPC_BAD_OP_ON_WN_PROTO)" location: "JS frame
I am using Firefox : Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US;
rv:1.8.1.7) Gecko/20070914 Firefox/2.0.0.7
OS: Windows Server 2003.
Please let me know if there is any fix for this. A code sample would
really help.
Thanks,
Sampat.