Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / dom / MessageChannel.h
index 8e290a5..6dd7cc7 100644 (file)
@@ -40,6 +40,7 @@ class ExecutionContext;
 
 class MessageChannel FINAL : public RefCountedWillBeGarbageCollected<MessageChannel>, public ScriptWrappable {
     DECLARE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(MessageChannel);
+    DEFINE_WRAPPERTYPEINFO();
 public:
     static PassRefPtrWillBeRawPtr<MessageChannel> create(ExecutionContext* context)
     {