X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Fdom%2FMessageChannel.h;h=6dd7cc75f60a88463383b7cf43e358fd44382960;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=8e290a5f2c5f09fd841ee35362ef886f02f443c1;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/dom/MessageChannel.h b/src/third_party/WebKit/Source/core/dom/MessageChannel.h index 8e290a5..6dd7cc7 100644 --- a/src/third_party/WebKit/Source/core/dom/MessageChannel.h +++ b/src/third_party/WebKit/Source/core/dom/MessageChannel.h @@ -40,6 +40,7 @@ class ExecutionContext; class MessageChannel FINAL : public RefCountedWillBeGarbageCollected, public ScriptWrappable { DECLARE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(MessageChannel); + DEFINE_WRAPPERTYPEINFO(); public: static PassRefPtrWillBeRawPtr create(ExecutionContext* context) {