| Index: sdk/lib/_internal/compiler/implementation/js_backend/backend.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/js_backend/backend.dart b/sdk/lib/_internal/compiler/implementation/js_backend/backend.dart
|
| index 2a681d8926bcce6cade234e2bee147e9ab16b6e7..fd814979ea3cd27a70acabc20359d3ae5dd81498 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/js_backend/backend.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/js_backend/backend.dart
|
| @@ -1247,6 +1247,10 @@ class JavaScriptBackend extends Backend {
|
| return compiler.findHelper(const SourceString('getRuntimeTypeInfo'));
|
| }
|
|
|
| + Element getGetRuntimeTypeArgument() {
|
| + return compiler.findHelper(const SourceString('getRuntimeTypeArgument'));
|
| + }
|
| +
|
| /**
|
| * Remove [element] from the set of generated code, and put it back
|
| * into the worklist.
|
|
|