| Index: Source/core/dom/Node.h
|
| diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h
|
| index c2dd5e9cbbce692a0e9aa5008b0acc2fc86ad993..3870b7e95a2e8b6c2a81bca45da29ad4b744aa05 100644
|
| --- a/Source/core/dom/Node.h
|
| +++ b/Source/core/dom/Node.h
|
| @@ -219,8 +219,6 @@ public:
|
| String textContent(bool convertBRsToNewlines = false) const;
|
| void setTextContent(const String&);
|
|
|
| - Node& lastDescendantOrSelf() const;
|
| -
|
| // Other methods (not part of DOM)
|
|
|
| bool isElementNode() const { return getFlag(IsElementFlag); }
|
|
|