From 7c638ec3e6d5a1336a05d9ac0b2a221e9325f5b8 Mon Sep 17 00:00:00 2001 From: "lrn@chromium.org" Date: Thu, 11 Sep 2008 11:59:00 +0000 Subject: [PATCH] Fixed build error on Linux. git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@273 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- src/log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/log.h b/src/log.h index 267b1bdab..569abf5f3 100644 --- a/src/log.h +++ b/src/log.h @@ -193,7 +193,7 @@ class Logger { private: // Emits the source code of a regexp. Used by regexp events. - static void Logger::LogRegExpSource(Handle regexp); + static void LogRegExpSource(Handle regexp); // Emits a profiler tick event. Used by the profiler thread. static void TickEvent(TickSample* sample, bool overflow); -- 2.34.1