Chromium Code Reviews| Index: runtime/platform/allocation.h |
| diff --git a/runtime/platform/allocation.h b/runtime/platform/allocation.h |
| index 40f2fd1315616df31eb9b5e3516d536c1f10040e..2e3b76b172e7d9be266e9a8767177a84312bc86e 100644 |
| --- a/runtime/platform/allocation.h |
| +++ b/runtime/platform/allocation.h |
| @@ -23,7 +23,6 @@ class ValueObject { |
| DISALLOW_COPY_AND_ASSIGN(ValueObject); |
| }; |
| - |
| // Static allocated classes only contain static members and can never |
| // be instantiated in the heap or on the stack. |
| class AllStatic { |