Fixed build error on Linux.
authorlrn@chromium.org <lrn@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 11 Sep 2008 11:59:00 +0000 (11:59 +0000)
committerlrn@chromium.org <lrn@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 11 Sep 2008 11:59:00 +0000 (11:59 +0000)
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@273 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

src/log.h

index 267b1bd..569abf5 100644 (file)
--- 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<JSValue> regexp);
+  static void LogRegExpSource(Handle<JSValue> regexp);
 
   // Emits a profiler tick event. Used by the profiler thread.
   static void TickEvent(TickSample* sample, bool overflow);