+2009-02-04 Anders Carlsson <andersca@apple.com>
+
+ Build fix fix.
+
+ * WebView/WebScriptDebugger.mm:
+ (WebScriptDebugger::initGlobalCallFrame):
+
2009-02-04 Anders Carlsson <andersca@apple.com>
Reviewed by Sam Weinig.
WebView *webView = [webFrame webView];
WebScriptDebugDelegateImplementationCache* implementations = WebViewGetScriptDebugDelegateImplementations(webView);
if (implementations->didEnterCallFrameFunc)
- CallScriptDebugDelegate(implementations->didEnterCallFrameFunc, webView, @selector(webView:didEnterCallFrame:sourceId:line:forWebFrame:), m_topCallFrame.get(), static_cast<intptr_t>(0), -1, webFrame);
+ CallScriptDebugDelegate(implementations->didEnterCallFrameFunc, webView, @selector(webView:didEnterCallFrame:sourceId:line:forWebFrame:), m_topCallFrame.get(), static_cast<WebSourceId>(0), -1, webFrame);
m_callingDelegate = false;
}