git-svn-id: https://svn.webkit.org/repository/webkit/trunk@29401
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2008-01-11 Mark Rowe <mrowe@apple.com>
+
+ Windows build fix. Update to match method name in WebCore.
+
+ * WebJavaScriptCollector.cpp:
+ (WebJavaScriptCollector::collectOnAlternateThread):
+
2008-01-10 Geoffrey Garen <ggaren@apple.com>
Reviewed by John Sullivan.
HRESULT STDMETHODCALLTYPE WebJavaScriptCollector::collectOnAlternateThread(
/* [in] */ BOOL waitUntilDone)
{
- gcController().garbageCollectOnAlternateThread(!!waitUntilDone);
+ gcController().garbageCollectOnAlternateThreadForDebugging(!!waitUntilDone);
return S_OK;
}