Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / speech / SpeechGrammar.h
index bc60a69..fb3cfe5 100644 (file)
@@ -36,6 +36,7 @@ namespace blink {
 class ExecutionContext;
 
 class SpeechGrammar FINAL : public GarbageCollectedFinalized<SpeechGrammar>, public ScriptWrappable {
+    DEFINE_WRAPPERTYPEINFO();
 public:
     static SpeechGrammar* create(); // FIXME: The spec is not clear on what the constructor should look like.
     static SpeechGrammar* create(const KURL& src, double weight);