Chromium Code Reviews| Index: Source/core/dom/Attr.h |
| diff --git a/Source/core/dom/Attr.h b/Source/core/dom/Attr.h |
| index b6b2b4d362cf339423ffc2e85de3264af8852fae..6189d547507e6cf3d197d2f4851d1fa56012d960 100644 |
| --- a/Source/core/dom/Attr.h |
| +++ b/Source/core/dom/Attr.h |
| @@ -30,8 +30,6 @@ |
| namespace WebCore { |
| -class ExceptionState; |
| - |
| // Attr can have Text children |
| // therefore it has to be a fullblown Node. The plan |
| // is to dynamically allocate a textchild and store the |