[Webkit-unassigned] [Bug 93570] Test case of Object.defineProperty for the non-configurable property should be corrected
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Aug 27 22:06:12 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=93570
hojong.han at samsung.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WORKSFORME
--- Comment #1 from hojong.han at samsung.com 2012-08-27 22:06:15 PST ---
============================================================
var anObj = {};
testObject();
var anObj = this;
testObject();
============================================================
"this" is different between browser and standalone where the script is running.
--
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