| Index: sdk/lib/_internal/compiler/implementation/js_backend/namer.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/js_backend/namer.dart b/sdk/lib/_internal/compiler/implementation/js_backend/namer.dart
|
| index 484fa2276b5a4822dd7ea8c6710c3a5d02887b9c..f3b4ff7a711deec2c796832b366b37a32ef189fe 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/js_backend/namer.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/js_backend/namer.dart
|
| @@ -724,7 +724,7 @@ class Namer implements ClosureNamer {
|
|
|
| /**
|
| * Return a string to be used as the runtime name of this class (instead of
|
| - * the class name) or [null] if the class name should be used.
|
| + * the class name) or [:null:] if the class name should be used.
|
| */
|
| String getPrimitiveInterceptorRuntimeName(Element cls) {
|
| JavaScriptBackend backend = compiler.backend;
|
|
|