Title: [163145] trunk/Source/_javascript_Core/profiler/CallIdentifier.h
Revision
163145
Author
[email protected]
Date
2014-01-30 17:46:00 -0800 (Thu, 30 Jan 2014)

Log Message

Debug build fix.

Modified Paths


Diff

Modified: trunk/Source/_javascript_Core/profiler/CallIdentifier.h (163144 => 163145)


--- trunk/Source/_javascript_Core/profiler/CallIdentifier.h	2014-01-31 01:45:16 UTC (rev 163144)
+++ trunk/Source/_javascript_Core/profiler/CallIdentifier.h	2014-01-31 01:46:00 UTC (rev 163145)
@@ -79,7 +79,7 @@
 
 #ifndef NDEBUG
         operator const char*() const { return c_str(); }
-        const char* c_str() const { return m_name.utf8().data(); }
+        const char* c_str() const { return m_functionName.utf8().data(); }
 #endif
 
     private:
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to