[Webkit-unassigned] [Bug 24539] Unresolved CSSMutableStyleDeclaration

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 26 12:43:00 PDT 2009


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





------- Comment #4 from darin at apple.com  2009-03-26 12:43 PDT -------
(In reply to comment #3)
> This looks fine.  Because CSSMutableStyleDeclaration is used in a
> RefPtr<CSSMutableStyleDeclaration> other ports must require this header too. 
> They're likely only not failing due to RemoveCSSPropertyCommand.halways being
> included after CSSMutableStyleDeclaration in the same file.

Eric, I think that's wrong. Normally a forward declaration is sufficient even
if the file does define a RefPtr, as long as the header doesn't contain any
code that actually needs to manipulate the RefPtr. Are you sure this is a good
change?


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