Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / win8 / metro_driver / ime / text_service.cc
index de82a78..dbb74f3 100644 (file)
@@ -334,7 +334,7 @@ class TextServiceImpl : public TextService,
 
  private:
   // TextService overrides:
-  virtual void TextService::CancelComposition() OVERRIDE {
+  virtual void CancelComposition() OVERRIDE {
     if (!current_document_) {
       VLOG(0) << "|current_document_| is NULL due to the previous error.";
       return;