summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/chromium/public/WebElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/chromium/public/WebElement.h')
-rw-r--r--Source/WebKit/chromium/public/WebElement.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebKit/chromium/public/WebElement.h b/Source/WebKit/chromium/public/WebElement.h
index 8d51e98..2072dd3 100644
--- a/Source/WebKit/chromium/public/WebElement.h
+++ b/Source/WebKit/chromium/public/WebElement.h
@@ -58,6 +58,7 @@ class WebNamedNodeMap;
WEBKIT_API bool setAttribute(const WebString& name, const WebString& value);
WEBKIT_API WebNamedNodeMap attributes() const;
WEBKIT_API WebString innerText() const;
+ WEBKIT_API WebNode shadowRoot();
// Returns the language code specified for this element. This attribute
// is inherited, so the returned value is drawn from the closest parent