| Index: compiler/java/com/google/dart/compiler/backend/js/RuntimeTypeInjector.java
|
| diff --git a/compiler/java/com/google/dart/compiler/backend/js/RuntimeTypeInjector.java b/compiler/java/com/google/dart/compiler/backend/js/RuntimeTypeInjector.java
|
| index 265472f6c74b266183658e2099387f22441534f2..179767e1308e806d71e0e56676d380fea26091c4 100644
|
| --- a/compiler/java/com/google/dart/compiler/backend/js/RuntimeTypeInjector.java
|
| +++ b/compiler/java/com/google/dart/compiler/backend/js/RuntimeTypeInjector.java
|
| @@ -1150,7 +1150,8 @@ public class RuntimeTypeInjector {
|
| *
|
| * @param enclosingClass enclosing class element
|
| * @param expr expression to check
|
| - * @param type {@link Type} to check against, null is unknown
|
| + * @param type {@link Type} expected type to check against, null is unknown
|
| + * @param exprType {@link Type} statically determined type from analyzing expr
|
| * @param src source info to use for the generated code
|
| * @return an expression wrapping the type check call
|
| */
|
|
|