Index: Source/core/dom/Node.h |
diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h |
index 6e5b1696c29c5662b53eeb97ac976109796d3fe0..87f9bd1c4c758b71439deac3211885707ad0a558 100644 |
--- a/Source/core/dom/Node.h |
+++ b/Source/core/dom/Node.h |
@@ -226,6 +226,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); } |