X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fui%2Fshell_dialogs%2Fbase_shell_dialog_win.cc;h=9ccd1bbc45626bd4f34732915d73d8be2547bc71;hb=ff3e2503a20db9193d323c1d19c38c68004dec4a;hp=e121fbfbd160c4cd34f5f6f18d12748e7617ddd8;hpb=7338fba38ba696536d1cc9d389afd716a6ab2fe6;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/ui/shell_dialogs/base_shell_dialog_win.cc b/src/ui/shell_dialogs/base_shell_dialog_win.cc index e121fbf..9ccd1bb 100644 --- a/src/ui/shell_dialogs/base_shell_dialog_win.cc +++ b/src/ui/shell_dialogs/base_shell_dialog_win.cc @@ -30,9 +30,7 @@ BaseShellDialogImpl::RunState BaseShellDialogImpl::BeginRun(HWND owner) { DCHECK(!IsRunningDialogForOwner(owner)); // The owner must be a top level window, otherwise we could end up with two // entries in our map for the same top level window. - // TODO(scottmg): This should be re-enabled when Chrome Frame is removed. - // http://crbug.com/310264 - // DCHECK(!owner || owner == GetAncestor(owner, GA_ROOT)); + DCHECK(!owner || owner == GetAncestor(owner, GA_ROOT)); RunState run_state; run_state.dialog_thread = CreateDialogThread(); run_state.owner = owner;