[Webkit-unassigned] [Bug 77779] Rename CSSMutableStyleDeclaration.h/.cpp to StylePropertySet.h/.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 3 14:27:06 PST 2012


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


Darin Adler <darin at apple.com> changed:

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




--- Comment #3 from Darin Adler <darin at apple.com>  2012-02-03 14:27:05 PST ---
(From update of attachment 125413)
View in context: https://bugs.webkit.org/attachment.cgi?id=125413&action=review

This patch doesn’t seem to have used “svn mv”. It would be nice to see the diffs between the code that was moved and how it looks in its new location, and if we use “svn mv” we would see that.

> Source/WebCore/css/StylePropertySet.h:22
> +#ifndef CSSMutableStyleDeclaration_h
> +#define CSSMutableStyleDeclaration_h

Forgot to rename these.

> Source/WebCore/css/StylePropertySet.h:24
> +#include "CSSStyleDeclaration.h"

Should be able to get rid of this include eventually.

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


More information about the webkit-unassigned mailing list