[Webkit-unassigned] [Bug 97519] Remove JSObject::unwrappedGlobalObject(), JSObject::unwrappedObject()
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Sep 24 22:55:54 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=97519
Christophe Dumez <christophe.dumez at intel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |christophe.dumez at intel.com
--- Comment #4 from Christophe Dumez <christophe.dumez at intel.com> 2012-09-24 22:56:21 PST ---
After this patch it seems, http/tests/security/xss-eval.html started failing on EFL port with the following diff:
--- /home/buildslave-1/webkit-buildslave/efl-linux-64-debug/build/layout-test-results/http/tests/security/xss-eval-expected.txt
+++ /home/buildslave-1/webkit-buildslave/efl-linux-64-debug/build/layout-test-results/http/tests/security/xss-eval-actual.txt
@@ -5,7 +5,7 @@
If the test passes, you'll see a pass message below.
PASS: eval.call(frames[0], 'document') should be EvalError and is.
-PASS: childEval.call(frames[0], 'document') should be EvalError and is.
+FAIL: childEval.call(frames[0], 'document') should be EvalError but instead is [object HTMLDocument].
PASS: childEvalCaller('document') should be TypeError and is.
-PASS: childLocalEvalCaller('document') should be EvalError and is.
+FAIL: childLocalEvalCaller('document') should be EvalError but instead is [object HTMLDocument].
--
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