| Index: Source/core/editing/FrameSelection.h
|
| diff --git a/Source/core/editing/FrameSelection.h b/Source/core/editing/FrameSelection.h
|
| index 30f1f3491b08eb65f41477903552fab4008b6d5f..01f2f87a15045aeb7b57991c840c9efde1e7c5b1 100644
|
| --- a/Source/core/editing/FrameSelection.h
|
| +++ b/Source/core/editing/FrameSelection.h
|
| @@ -184,6 +184,9 @@ public:
|
|
|
| void updateSecureKeyboardEntryIfActive();
|
|
|
| + // Returns true if a word is selected.
|
| + bool selectWordAroundPosition(const VisiblePosition&);
|
| +
|
| #ifndef NDEBUG
|
| void formatForDebugger(char* buffer, unsigned length) const;
|
| void showTreeForThis() const;
|
|
|