[Webkit-unassigned] [Bug 12579] WebKit fails SVG xml:base test

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 7 07:45:56 PST 2007


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


darin at apple.com changed:

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




------- Comment #5 from darin at apple.com  2007-03-07 07:45 PDT -------
(From update of attachment 13481)
+    void setDocumentURI(const String &);

Should not be a space here in String&.

+    KURL xmlbase(static_cast<const
Element*>(this)->getAttribute(XMLNames::baseAttr).deprecatedString());

Since you do using at the top of the file there's no need to specify XMLNames::
here. There's no need for the static_cast. This is in the Element class.

r=me


-- 
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