[Webkit-unassigned] [Bug 23915] Remove setPrefix work-around in Document::createElement(QualifiedName, bool)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 12 09:44:34 PST 2009


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


darin at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #27587|review?                     |review+
               Flag|                            |




------- Comment #2 from darin at apple.com  2009-02-12 09:44 PDT -------
(From update of attachment 27587)
> +    UNUSED_PARAM(ec); // FIXME: To be removed.

UNUSED_PARAM should only be used as a last resort. Here you can just remove the
parameter name "ec" from the function arguments list in the function definition
instead.

> +                debug("FAILED: localName does not matche <img>");

There's an extra "e" here.

Please remove that unused ExceptionCode argument as soon as possible!

r=me


-- 
Configure bugmail: https://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