提交 93d5cf78 编写于 作者: A ant

6855713: jdk7: debug build failure in awt_Frame.cpp

Reviewed-by: dcherepanov, yan
上级 8416612b
......@@ -391,9 +391,10 @@ void AwtFrame::CreateProxyFocusOwner()
void AwtFrame::_CreateProxyFocusOwner(void *param)
{
DASSERT(AwtToolkit::IsMainThread());
DASSERT(m_proxyFocusOwner == NULL);
AwtFrame *f = (AwtFrame *)param;
DASSERT(f->m_proxyFocusOwner == NULL);
f->m_proxyFocusOwner = ::CreateWindow(TEXT("STATIC"),
TEXT("ProxyFocusOwner"),
WS_CHILD,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册