[webkit-changes] cvs commit: JavaScriptCore/kxmlcore FastMalloc.cpp
Maciej
mjs at opensource.apple.com
Mon Oct 3 15:42:31 PDT 2005
mjs 05/10/03 15:42:29
Modified: . ChangeLog
kxmlcore FastMalloc.cpp
Log:
- fix Development build after last checkin
* kxmlcore/FastMalloc.cpp:
(KXMLCore::fastMallocRegisterThread):
Revision Changes Path
1.850 +7 -0 JavaScriptCore/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /cvs/root/JavaScriptCore/ChangeLog,v
retrieving revision 1.849
retrieving revision 1.850
diff -u -r1.849 -r1.850
--- ChangeLog 3 Oct 2005 21:11:38 -0000 1.849
+++ ChangeLog 3 Oct 2005 22:42:25 -0000 1.850
@@ -1,3 +1,10 @@
+2005-10-03 Maciej Stachowiak <mjs at apple.com>
+
+ - fix Development build after last checkin
+
+ * kxmlcore/FastMalloc.cpp:
+ (KXMLCore::fastMallocRegisterThread):
+
2005-10-02 Maciej Stachowiak <mjs at apple.com>
Reviewed by Darin.
1.3 +4 -0 JavaScriptCore/kxmlcore/FastMalloc.cpp
Index: FastMalloc.cpp
===================================================================
RCS file: /cvs/root/JavaScriptCore/kxmlcore/FastMalloc.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- FastMalloc.cpp 3 Oct 2005 21:11:58 -0000 1.2
+++ FastMalloc.cpp 3 Oct 2005 22:42:28 -0000 1.3
@@ -95,6 +95,10 @@
return realloc(p, n);
}
+void fastMallocRegisterThread(pthread_t thread)
+{
+}
+
} // namespace KJS
#else
More information about the webkit-changes
mailing list