Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / speech / SpeechRecognitionError.h
index dc7d2b7..0d490d2 100644 (file)
@@ -39,6 +39,7 @@ struct SpeechRecognitionErrorInit : public EventInit {
 };
 
 class SpeechRecognitionError FINAL : public Event {
+    DEFINE_WRAPPERTYPEINFO();
 public:
     enum ErrorCode {
         // FIXME: This is an unspecified error and Chromium should stop using it.