| Index: Source/bindings/dart/DartCustomElementBinding.h
|
| diff --git a/Source/bindings/dart/DartCustomElementBinding.h b/Source/bindings/dart/DartCustomElementBinding.h
|
| index 34cba781f288cb8250e1a98c76bf5bb428b927f9..98e702f3c8d142c90d4b92866b942b5529ef58fe 100644
|
| --- a/Source/bindings/dart/DartCustomElementBinding.h
|
| +++ b/Source/bindings/dart/DartCustomElementBinding.h
|
| @@ -42,7 +42,7 @@ class DartCustomElementBinding {
|
| public:
|
| static PassOwnPtr<DartCustomElementBinding> create(Dart_Handle customType);
|
|
|
| - Dart_Handle customType() { return Dart_HandleFromPersistent(m_customType); }
|
| + Dart_PersistentHandle customType() { return m_customType; }
|
|
|
| private:
|
| DartCustomElementBinding(Dart_Handle customType);
|
|
|