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