| Index: Source/core/editing/FrameSelection.h
|
| diff --git a/Source/core/editing/FrameSelection.h b/Source/core/editing/FrameSelection.h
|
| index 1af141c5cd712766e17742cfa26e1ba2f113a426..e692395a81f2aff640dc5d17a03dd09c5e059362 100644
|
| --- a/Source/core/editing/FrameSelection.h
|
| +++ b/Source/core/editing/FrameSelection.h
|
| @@ -184,6 +184,8 @@ public:
|
|
|
| void updateSecureKeyboardEntryIfActive();
|
|
|
| + void selectWordAroundPosition(const VisiblePosition&);
|
| +
|
| #ifndef NDEBUG
|
| void formatForDebugger(char* buffer, unsigned length) const;
|
| void showTreeForThis() const;
|
|
|