| Index: sdk/lib/html/templates/html/dartium/cpp_implementation.template
|
| diff --git a/sdk/lib/html/templates/html/dartium/cpp_implementation.template b/sdk/lib/html/templates/html/dartium/cpp_implementation.template
|
| index 0cd8401ae1480dce5b38cd9a2fff765c40692b73..d06cb8d2a3542daf0e850e9a08bb32c803e89ca6 100644
|
| --- a/sdk/lib/html/templates/html/dartium/cpp_implementation.template
|
| +++ b/sdk/lib/html/templates/html/dartium/cpp_implementation.template
|
| @@ -23,5 +23,6 @@ $RESOLVER
|
| }
|
|
|
| const char* const Dart$(INTERFACE)::dartImplementationClassName = "$DART_IMPLEMENTATION_CLASS";
|
| +const char* const Dart$(INTERFACE)::dartImplementationLibraryName = "$DART_IMPLEMENTATION_LIBRARY";
|
|
|
| }
|
|
|