diff options
Diffstat (limited to 'WebKit/android/wds')
-rw-r--r-- | WebKit/android/wds/DebugServer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebKit/android/wds/DebugServer.h b/WebKit/android/wds/DebugServer.h index a0a2aa8..3ec158b 100644 --- a/WebKit/android/wds/DebugServer.h +++ b/WebKit/android/wds/DebugServer.h @@ -63,7 +63,7 @@ public: } private: DebugServer(); - Vector<Frame*> m_frames; + WTF::Vector<Frame*> m_frames; ThreadIdentifier m_threadId; friend DebugServer* server(); }; |