[Webkit-unassigned] [Bug 13517] DOM Exception 8 in finance.aol.com sub-page

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 13 22:36:56 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=13517





------- Comment #7 from oliver at apple.com  2007-07-13 22:36 PDT -------
(From update of attachment 15499)
You should use ASSERT rather than assert

I'd also prefer a for loop over the do-while in 
+          do {
+              base = *iter;
+              if (base->getPropertySlot(exec, ident, slot))
+                 break;
+
+             ++iter;
+          } while (iter != end);

The test cases scare the hell out of me, i'd much rather there were no failures
in the results -- i believe we have an expected failures dir into which you can
put tests that you still expect to fail...


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



More information about the webkit-unassigned mailing list