| Index: Source/core/dom/Node.h
|
| diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h
|
| index adabf0d1abf02137b97cf02fa4a846808cdfade0..9299fb6639de8d9972dbbd2e5277eff3c57fd20f 100644
|
| --- a/Source/core/dom/Node.h
|
| +++ b/Source/core/dom/Node.h
|
| @@ -225,6 +225,9 @@ public:
|
| String textContent(bool convertBRsToNewlines = false) const;
|
| void setTextContent(const String&);
|
|
|
| + const AtomicString& computedRole();
|
| + const String computedText();
|
| +
|
| // Other methods (not part of DOM)
|
|
|
| bool isElementNode() const { return getFlag(IsElementFlag); }
|
|
|