diff options
Diffstat (limited to 'WebKit/android/nav/SelectText.h')
| -rw-r--r-- | WebKit/android/nav/SelectText.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/WebKit/android/nav/SelectText.h b/WebKit/android/nav/SelectText.h index 8174046..2e17a74 100644 --- a/WebKit/android/nav/SelectText.h +++ b/WebKit/android/nav/SelectText.h @@ -81,4 +81,10 @@ private: } +namespace WebCore { + +void ReverseBidi(UChar* chars, int len); + +} + #endif |
