diff options
Diffstat (limited to 'WebKit/mac/WebView/WebFramePrivate.h')
-rw-r--r-- | WebKit/mac/WebView/WebFramePrivate.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/WebKit/mac/WebView/WebFramePrivate.h b/WebKit/mac/WebView/WebFramePrivate.h index b0cb0f3..ddfa5cc 100644 --- a/WebKit/mac/WebView/WebFramePrivate.h +++ b/WebKit/mac/WebView/WebFramePrivate.h @@ -142,4 +142,7 @@ typedef enum { // Returns whether there is a spelling marker in the specified range of the focused node. - (BOOL)hasSpellingMarker:(int)location length:(int)length; +// The top of the accessibility tree. +- (id)accessibilityRoot; + @end |