Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / web / WebSpeechGrammar.cpp
index aea3e16..a91f913 100644 (file)
@@ -41,11 +41,6 @@ void WebSpeechGrammar::assign(const WebSpeechGrammar& other)
     m_private = other.m_private;
 }
 
-WebSpeechGrammar::WebSpeechGrammar(SpeechGrammar* value)
-    : m_private(value)
-{
-}
-
 WebSpeechGrammar& WebSpeechGrammar::operator=(SpeechGrammar* value)
 {
     m_private = value;