| Index: third_party/WebKit/Source/core/dom/Attr.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Attr.h b/third_party/WebKit/Source/core/dom/Attr.h
|
| index 8c40a1f765845e9552d2373e8938bef370d4ab32..0f49bfaecd2bffea39db647c35b3f86e532391c5 100644
|
| --- a/third_party/WebKit/Source/core/dom/Attr.h
|
| +++ b/third_party/WebKit/Source/core/dom/Attr.h
|
| @@ -68,7 +68,7 @@ private:
|
| bool isElementNode() const = delete; // This will catch anyone doing an unnecessary check.
|
|
|
| String nodeName() const override { return name(); }
|
| - NodeType getNodeType() const override { return ATTRIBUTE_NODE; }
|
| + NodeType getNodeType() const override { return kAttributeNode; }
|
|
|
| String nodeValue() const override { return value(); }
|
| void setNodeValue(const String&) override;
|
|
|