Index: base/location.h |
diff --git a/base/location.h b/base/location.h |
index 477dc022273960d87bf2d618f9366ab6efe3d65d..16e2a2a15f17de7d0e42a86113638b9a07de29eb 100644 |
--- a/base/location.h |
+++ b/base/location.h |
@@ -100,7 +100,9 @@ struct BASE_EXPORT LocationSnapshot { |
BASE_EXPORT const void* GetProgramCounter(); |
// Define a macro to record the current source location. |
+#if !INSIDE_BLINK |
#define FROM_HERE FROM_HERE_WITH_EXPLICIT_FUNCTION(__FUNCTION__) |
+#endif // INSIDE_BLINK |
#define FROM_HERE_WITH_EXPLICIT_FUNCTION(function_name) \ |
::tracked_objects::Location(function_name, \ |