| Index: third_party/WebKit/Source/core/dom/NamedNodeMap.h
|
| diff --git a/third_party/WebKit/Source/core/dom/NamedNodeMap.h b/third_party/WebKit/Source/core/dom/NamedNodeMap.h
|
| index 19db708539aa3764a9df2c2961fca010cc3f568f..6fcabf89301c90c7f747cb5c61ceaab56095671d 100644
|
| --- a/third_party/WebKit/Source/core/dom/NamedNodeMap.h
|
| +++ b/third_party/WebKit/Source/core/dom/NamedNodeMap.h
|
| @@ -62,8 +62,6 @@ class NamedNodeMap final : public GarbageCollected<NamedNodeMap>,
|
| Attr* item(unsigned index) const;
|
| size_t length() const;
|
|
|
| - Element* element() const { return m_element; }
|
| -
|
| DECLARE_TRACE();
|
|
|
| private:
|
|
|