| Index: Source/core/dom/Touch.h
|
| diff --git a/Source/core/dom/Touch.h b/Source/core/dom/Touch.h
|
| index 2a76e6a0071af6d6ebcb7fd6b0534bbec5c81406..de4a042ebfc0f9a4fdcc0f4d5322f3dc8dcaf4dc 100644
|
| --- a/Source/core/dom/Touch.h
|
| +++ b/Source/core/dom/Touch.h
|
| @@ -41,6 +41,7 @@ namespace blink {
|
| class LocalFrame;
|
|
|
| class Touch FINAL : public RefCountedWillBeGarbageCollected<Touch>, public ScriptWrappable {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static PassRefPtrWillBeRawPtr<Touch> 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
|
|
|