| Index: lib/dom/templates/dom/native/cpp_implementation.template
|
| diff --git a/lib/dom/templates/dom/native/cpp_implementation.template b/lib/dom/templates/dom/native/cpp_implementation.template
|
| index ac4e96dd268e2951e8a4b4dc7ac6fd558952823f..0cd8401ae1480dce5b38cd9a2fff765c40692b73 100644
|
| --- a/lib/dom/templates/dom/native/cpp_implementation.template
|
| +++ b/lib/dom/templates/dom/native/cpp_implementation.template
|
| @@ -16,7 +16,7 @@ $CALLBACKS
|
|
|
| Dart_NativeFunction Dart$(INTERFACE)::resolver(Dart_Handle nameHandle, int argumentCount)
|
| {
|
| - String name = DartUtilities::dartStringToString(nameHandle);
|
| + String name = DartUtilities::toString(nameHandle);
|
|
|
| $RESOLVER
|
| return 0;
|
|
|