summaryrefslogtreecommitdiffstats
path: root/WebKit/android/WebCoreSupport/EditorClientAndroid.h
diff options
context:
space:
mode:
authorGrace Kloba <klobag@google.com>2009-04-22 09:45:00 -0700
committerGrace Kloba <klobag@google.com>2009-04-22 11:44:58 -0700
commit14f586c9666e68bd7b138911aa63a3081d5b2e49 (patch)
tree2af9d352476d25f61e0d841c7b4133f6b6aa6560 /WebKit/android/WebCoreSupport/EditorClientAndroid.h
parent38eb0cdb2b416fb660584adf6f277a27ce519568 (diff)
downloadexternal_webkit-14f586c9666e68bd7b138911aa63a3081d5b2e49.zip
external_webkit-14f586c9666e68bd7b138911aa63a3081d5b2e49.tar.gz
external_webkit-14f586c9666e68bd7b138911aa63a3081d5b2e49.tar.bz2
Adding WTF to Vector as both Android and WTF has Vector<>.
Diffstat (limited to 'WebKit/android/WebCoreSupport/EditorClientAndroid.h')
-rw-r--r--WebKit/android/WebCoreSupport/EditorClientAndroid.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebKit/android/WebCoreSupport/EditorClientAndroid.h b/WebKit/android/WebCoreSupport/EditorClientAndroid.h
index 42e9c43..763b097 100644
--- a/WebKit/android/WebCoreSupport/EditorClientAndroid.h
+++ b/WebKit/android/WebCoreSupport/EditorClientAndroid.h
@@ -94,12 +94,12 @@ public:
virtual void ignoreWordInSpellDocument(const String&);
virtual void learnWord(const String&);
virtual void checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int* misspellingLength);
- virtual void checkGrammarOfString(const UChar*, int length, Vector<GrammarDetail>&, int* badGrammarLocation, int* badGrammarLength);
+ virtual void checkGrammarOfString(const UChar*, int length, WTF::Vector<GrammarDetail>&, int* badGrammarLocation, int* badGrammarLength);
virtual void updateSpellingUIWithGrammarString(const String&, const GrammarDetail& detail);
virtual void updateSpellingUIWithMisspelledWord(const String&);
virtual void showSpellingUI(bool show);
virtual bool spellingUIIsShowing();
- virtual void getGuessesForWord(const String&, Vector<String>& guesses);
+ virtual void getGuessesForWord(const String&, WTF::Vector<String>& guesses);
virtual void setInputMethodState(bool);
// Android specific: