Chromium Code Reviews| Index: src/runtime/runtime.h |
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
| index 5d6ccac709f235e85cc87230283e63cb7174505b..55e2668d2e839ddd024495eba798028c849cdea6 100644 |
| --- a/src/runtime/runtime.h |
| +++ b/src/runtime/runtime.h |
| @@ -201,7 +201,6 @@ namespace internal { |
| F(StoreKeyedToSuper_Strict, 4, 1) \ |
| F(StoreKeyedToSuper_Sloppy, 4, 1) |
| - |
|
Dmitry Lomov (no reviews)
2014/11/11 11:50:38
Nit: stray edit
arv (Not doing code reviews)
2014/11/11 17:19:07
Done.
|
| #define RUNTIME_FUNCTION_LIST_ALWAYS_2(F) \ |
| /* Reflection */ \ |
| F(FunctionSetInstanceClassName, 2, 1) \ |