[Webkit-unassigned] [Bug 11824] CSSStyleSheet.title property is always null

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 14 14:04:20 PST 2006


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


darin at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #11845|review?                     |review-
               Flag|                            |




------- Comment #8 from darin at apple.com  2006-12-14 14:04 PDT -------
(From update of attachment 11845)
-    void childrenChanged(Node*);
+    void childrenChanged(Element*);

This has the same overloading problem as the first patch; changing the type of
the parameter prevents it from properly overriding the function in the base
class.

The rest looks basically good. But what about SVG style elements?


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