| Index: src/crankshaft/typing.cc
|
| diff --git a/src/crankshaft/typing.cc b/src/crankshaft/typing.cc
|
| index 80a1eecef1d4551065fa399986fd51d59b402b74..7ad247e7e83011d2872565d237cd476223791203 100644
|
| --- a/src/crankshaft/typing.cc
|
| +++ b/src/crankshaft/typing.cc
|
| @@ -337,9 +337,6 @@ void AstTyper::VisitDebuggerStatement(DebuggerStatement* stmt) {
|
| void AstTyper::VisitFunctionLiteral(FunctionLiteral* expr) {}
|
|
|
|
|
| -void AstTyper::VisitClassLiteral(ClassLiteral* expr) {}
|
| -
|
| -
|
| void AstTyper::VisitNativeFunctionLiteral(NativeFunctionLiteral* expr) {
|
| }
|
|
|
|
|