Chromium Code Reviews| Index: Source/core/dom/Attr.h |
| diff --git a/Source/core/dom/Attr.h b/Source/core/dom/Attr.h |
| index 5fb3572b005c214e2c6d544d3f5e8cb11dfd9ef1..579a5d86465df167fa5702a4afce331e8374e0e6 100644 |
| --- a/Source/core/dom/Attr.h |
| +++ b/Source/core/dom/Attr.h |
| @@ -30,9 +30,7 @@ |
| namespace WebCore { |
| -class CSSStyleDeclaration; |
| class ExceptionState; |
| -class MutableStylePropertySet; |
| // Attr can have Text children |
| // therefore it has to be a fullblown Node. The plan |