| Index: Source/testing/runner/WebAXObjectProxy.h
|
| diff --git a/Source/testing/runner/WebAXObjectProxy.h b/Source/testing/runner/WebAXObjectProxy.h
|
| index c772f3a132321a42db849a95ea6d74104cddd628..7c4ebf8378a8cf0a82645452812838e56aeba1fe 100644
|
| --- a/Source/testing/runner/WebAXObjectProxy.h
|
| +++ b/Source/testing/runner/WebAXObjectProxy.h
|
| @@ -140,6 +140,8 @@ private:
|
| void scrollToMakeVisibleCallback(const CppArgumentList&, CppVariant*);
|
| void scrollToMakeVisibleWithSubFocusCallback(const CppArgumentList&, CppVariant*);
|
| void scrollToGlobalPointCallback(const CppArgumentList&, CppVariant*);
|
| + void wordStartCallback(const CppArgumentList&, CppVariant*);
|
| + void wordEndCallback(const CppArgumentList&, CppVariant*);
|
|
|
| void fallbackCallback(const CppArgumentList&, CppVariant*);
|
|
|
|
|