| 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 6f54e9cacbfba2b8c60ba7326b6794e17b7b06b5..ac4e96dd268e2951e8a4b4dc7ac6fd558952823f 100644
|
| --- a/lib/dom/templates/dom/native/cpp_implementation.template
|
| +++ b/lib/dom/templates/dom/native/cpp_implementation.template
|
| @@ -22,6 +22,6 @@ $RESOLVER
|
| return 0;
|
| }
|
|
|
| -const char* const Dart$(INTERFACE)::dartImplementationClassName = "$(INTERFACE)Implementation";
|
| +const char* const Dart$(INTERFACE)::dartImplementationClassName = "$DART_IMPLEMENTATION_CLASS";
|
|
|
| }
|
|
|