| Index: sky/engine/core/painting/Point.h
|
| diff --git a/sky/engine/core/painting/Point.h b/sky/engine/core/painting/Point.h
|
| index 90d4dbd1aeb4de330ce37736368eec87befa5b7c..e3b80f7a4c6e5838019a2884190d6fa8e4a6819e 100644
|
| --- a/sky/engine/core/painting/Point.h
|
| +++ b/sky/engine/core/painting/Point.h
|
| @@ -17,8 +17,8 @@ class Point {
|
| bool is_null;
|
| };
|
|
|
| -template<>
|
| -struct DartConverter<Point, void> {
|
| +template <>
|
| +struct DartConverter<Point> {
|
| static Point FromArgumentsWithNullCheck(Dart_NativeArguments args,
|
| int index,
|
| Dart_Handle& exception);
|
|
|