Chromium Code Reviews| Index: Source/core/dom/Attr.h |
| diff --git a/Source/core/dom/Attr.h b/Source/core/dom/Attr.h |
| index c5103520c2cf5191f7b8b3d2782cf036b4e2aca0..d306c5564014211616babd3acb476462663706a5 100644 |
| --- a/Source/core/dom/Attr.h |
| +++ b/Source/core/dom/Attr.h |
| @@ -56,8 +56,6 @@ public: |
| const QualifiedName& qualifiedName() const { return m_name; } |
| - bool isId() const; |
| - |
| void attachToElement(Element*); |
| void detachFromElementWithValue(const AtomicString&); |