6855713: jdk7: debug build failure in awt_Frame.cpp

Reviewed-by: dcherepanov, yan
This commit is contained in:
Anton Tarasov 2009-06-30 12:55:21 +04:00
parent adb1c7571e
commit fdd0280661

View File

@ -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,