| Index: Source/core/dom/TouchList.h
|
| diff --git a/Source/core/dom/TouchList.h b/Source/core/dom/TouchList.h
|
| index d03fba24b5f511b020f9e39b8a3d1ff2d1f884c5..a836e243f090eb78c293f682c1f719ee2c0088ea 100644
|
| --- a/Source/core/dom/TouchList.h
|
| +++ b/Source/core/dom/TouchList.h
|
| @@ -35,6 +35,7 @@
|
| namespace blink {
|
|
|
| class TouchList FINAL : public RefCountedWillBeGarbageCollected<TouchList>, public ScriptWrappable {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static PassRefPtrWillBeRawPtr<TouchList> create()
|
| {
|
| @@ -72,4 +73,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif /* TouchList_h */
|
| +#endif // TouchList_h
|
|
|