Chromium Code Reviews| Index: src/objects.h |
| diff --git a/src/objects.h b/src/objects.h |
| index 5d5945ef7ca9dca0579b30cf15d8a0018ea5c55b..58a76b3d6ce3e9647cd25ef496ccde42120de033 100644 |
| --- a/src/objects.h |
| +++ b/src/objects.h |
| @@ -922,13 +922,9 @@ class MaybeObject BASE_EMBEDDED { |
| #ifdef OBJECT_PRINT |
| // Prints this object with details. |
| - inline void Print() { |
| - Print(stdout); |
| - } |
| - inline void PrintLn() { |
| - PrintLn(stdout); |
| - } |
| + void Print(); |
| void Print(FILE* out); |
| + void PrintLn(); |
| void PrintLn(FILE* out); |
| #endif |
| #ifdef VERIFY_HEAP |