Index: Source/core/dom/Element.h |
diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h |
index 565f3dc91caa4c253be98361665334c07f983cd4..46493cd2917cf052240fca094f499155513f8ebb 100644 |
--- a/Source/core/dom/Element.h |
+++ b/Source/core/dom/Element.h |
@@ -199,6 +199,9 @@ public: |
PassRefPtrWillBeRawPtr<ClientRectList> getClientRects(); |
PassRefPtrWillBeRawPtr<ClientRect> getBoundingClientRect(); |
+ const AtomicString& computedRole(); |
+ String computedName(); |
+ |
// Returns the absolute bounding box translated into screen coordinates: |
IntRect screenRect() const; |