X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Fdom%2FTouch.h;h=de4a042ebfc0f9a4fdcc0f4d5322f3dc8dcaf4dc;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=2a76e6a0071af6d6ebcb7fd6b0534bbec5c81406;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/dom/Touch.h b/src/third_party/WebKit/Source/core/dom/Touch.h index 2a76e6a..de4a042 100644 --- a/src/third_party/WebKit/Source/core/dom/Touch.h +++ b/src/third_party/WebKit/Source/core/dom/Touch.h @@ -41,6 +41,7 @@ namespace blink { class LocalFrame; class Touch FINAL : public RefCountedWillBeGarbageCollected, public ScriptWrappable { + DEFINE_WRAPPERTYPEINFO(); public: static PassRefPtrWillBeRawPtr create(LocalFrame* frame, EventTarget* target, unsigned identifier, const FloatPoint& screenPos, const FloatPoint& pagePos, @@ -103,4 +104,4 @@ private: } // namespace blink -#endif /* Touch_h */ +#endif // Touch_h