Skip to content

[CLOSED] [CEF 1916] Intermittent Hang with secondary windows  #7280

@core-ai-bot

Description

@core-ai-bot

Issue by JeffryBooher
Monday Jun 16, 2014 at 17:27 GMT
Originally opened as adobe/brackets#8134


I experienced a hang twice. Once with spec runner and the other was with dev tools.

With the spec runner hang, I was able to attach the debugger to the renderer process and get a call stack with symbols:

    Brackets.exe!CefCppToC<CefAppCppToC,CefApp,_cef_app_t>::struct_release(_cef_base_t * base)  Line 142 + 0x5 bytes    C++
    libcef.dll!CefCToCpp<CefStringVisitorCToCpp,CefStringVisitor,_cef_string_visitor_t>::Release()  Line 79 C++
    libcef.dll!CefBrowserImpl::FocusedNodeChanged(const blink::WebNode & node)  Line 588 + 0x14 bytes   C++
    libcef.dll!content::RenderViewImpl::focusedNodeChanged(const blink::WebNode & node)  Line 2035 + 0x87 bytes C++
>   libcef.dll!blink::ChromeClientImpl::focusedNodeChanged(WebCore::Node * node)  Line 201 + 0x29 bytes C++
    libcef.dll!WebCore::Document::setFocusedElement(WTF::PassRefPtr<WebCore::Element> prpNewFocusedElement, WebCore::FocusType type)  Line 3540 C++
    libcef.dll!WebCore::FocusController::setFocusedElement(WebCore::Element * element, WTF::PassRefPtr<WebCore::LocalFrame> newFocusedFrame, WebCore::FocusType type)  Line 667 C++
    libcef.dll!WebCore::Element::focus(bool restorePreviousSelection, WebCore::FocusType type)  Line 2165 + 0x21 bytes  C++
    libcef.dll!WebCore::ElementV8Internal::focusMethodCallback(const v8::FunctionCallbackInfo<v8::Value> & info)  Line 2004 C++
    libcef.dll!v8::internal::FunctionCallbackArguments::Call(void (const v8::FunctionCallbackInfo<v8::Value> &)* f)  Line 57    C++
    libcef.dll!v8::internal::HandleApiCallHelper<0>(v8::internal::`anonymous-namespace'::BuiltinArguments<1> args, v8::internal::Isolate * isolate)  Line 1213  C++
    2670a0d6()  
    libcef.dll!v8::internal::Invoke(bool is_construct, v8::internal::Handle<v8::internal::JSFunction> function, v8::internal::Handle<v8::internal::Object> receiver, int argc, v8::internal::Handle<v8::internal::Object> * args, bool * has_pending_exception)  Line 127   C++
    libcef.dll!v8::internal::Execution::Call(v8::internal::Isolate * isolate, v8::internal::Handle<v8::internal::Object> callable, v8::internal::Handle<v8::internal::Object> receiver, int argc, v8::internal::Handle<v8::internal::Object> * argv, bool * pending_exception, bool convert_receiver)  Line 186 + 0x14 bytes    C++
    libcef.dll!v8::Function::Call(v8::Handle<v8::Value> recv, int argc, v8::Handle<v8::Value> * argv)  Line 4014    C++
    libcef.dll!WebCore::V8ScriptRunner::callFunction(v8::Handle<v8::Function> function, WebCore::ExecutionContext * context, v8::Handle<v8::Value> receiver, int argc, v8::Handle<v8::Value> * args, v8::Isolate * isolate)  Line 141   C++
    libcef.dll!WebCore::ScriptController::callFunction(WebCore::ExecutionContext * context, v8::Handle<v8::Function> function, v8::Handle<v8::Value> receiver, int argc, v8::Handle<v8::Value> * info, v8::Isolate * isolate)  Line 171 + 0x19 bytes    C++
    libcef.dll!WebCore::ScriptController::callFunction(v8::Handle<v8::Function> function, v8::Handle<v8::Value> receiver, int argc, v8::Handle<v8::Value> * info)  Line 143 + 0x2b bytes    C++
    libcef.dll!WebCore::V8EventListener::callListenerFunction(WebCore::ExecutionContext * context, v8::Handle<v8::Value> jsEvent, WebCore::Event * event)  Line 93 + 0x1e bytes C++
    libcef.dll!WebCore::V8AbstractEventListener::invokeEventHandler(WebCore::ExecutionContext * context, WebCore::Event * event, v8::Local<v8::Value> jsEvent)  Line 127    C++
    libcef.dll!WebCore::V8AbstractEventListener::handleEvent(WebCore::ExecutionContext * context, WebCore::Event * event)  Line 93  C++
    libcef.dll!WebCore::EventTarget::fireEventListeners(WebCore::Event * event, WebCore::EventTargetData * d, WTF::Vector<WebCore::RegisteredEventListener,1,WTF::DefaultAllocator> & entry)  Line 334  C++
    libcef.dll!WebCore::EventTarget::fireEventListeners(WebCore::Event * event)  Line 275 + 0xe bytes   C++
    libcef.dll!WebCore::Node::handleLocalEvents(WebCore::Event * event)  Line 2163 + 0x8 bytes  C++
    libcef.dll!WebCore::NodeEventContext::handleLocalEvents(WebCore::Event * event)  Line 63    C++
    libcef.dll!WebCore::EventDispatcher::dispatchEventAtCapturing(WebCore::WindowEventContext & windowEventContext)  Line 153   C++
    libcef.dll!WebCore::EventDispatcher::dispatch()  Line 119 + 0xb bytes   C++
    libcef.dll!WebCore::EventDispatchMediator::dispatchEvent(WebCore::EventDispatcher * dispatcher)  Line 53    C++
    libcef.dll!WebCore::FocusOutEventDispatchMediator::dispatchEvent(WebCore::EventDispatcher * dispatcher)  Line 102 + 0x8 bytes   C++
    libcef.dll!WebCore::EventDispatcher::dispatchEvent(WebCore::Node * node, WTF::PassRefPtr<WebCore::EventDispatchMediator> mediator)  Line 49 + 0xe bytes C++
    libcef.dll!WebCore::Element::dispatchFocusEvent(WebCore::Element * oldFocusedElement, WebCore::FocusType __formal)  Line 2231 + 0x23 bytes  C++
    libcef.dll!WebCore::Document::setFocusedElement(WTF::PassRefPtr<WebCore::Element> prpNewFocusedElement, WebCore::FocusType type)  Line 3481 C++
    libcef.dll!WebCore::FocusController::setFocusedElement(WebCore::Element * element, WTF::PassRefPtr<WebCore::LocalFrame> newFocusedFrame, WebCore::FocusType type)  Line 667 C++
    libcef.dll!WebCore::Element::focus(bool restorePreviousSelection, WebCore::FocusType type)  Line 2165 + 0x21 bytes  C++
    libcef.dll!WebCore::ElementV8Internal::focusMethodCallback(const v8::FunctionCallbackInfo<v8::Value> & info)  Line 2004 C++
    libcef.dll!v8::internal::FunctionCallbackArguments::Call(void (const v8::FunctionCallbackInfo<v8::Value> &)* f)  Line 57    C++
    libcef.dll!v8::internal::HandleApiCallHelper<0>(v8::internal::`anonymous-namespace'::BuiltinArguments<1> args, v8::internal::Isolate * isolate)  Line 1213  C++
    2670a0d6()  
    libcef.dll!v8::internal::Invoke(bool is_construct, v8::internal::Handle<v8::internal::JSFunction> function, v8::internal::Handle<v8::internal::Object> receiver, int argc, v8::internal::Handle<v8::internal::Object> * args, bool * has_pending_exception)  Line 127   C++
    libcef.dll!v8::internal::Execution::Call(v8::internal::Isolate * isolate, v8::internal::Handle<v8::internal::Object> callable, v8::internal::Handle<v8::internal::Object> receiver, int argc, v8::internal::Handle<v8::internal::Object> * argv, bool * pending_exception, bool convert_receiver)  Line 186 + 0x14 bytes    C++
    libcef.dll!v8::Function::Call(v8::Handle<v8::Value> recv, int argc, v8::Handle<v8::Value> * argv)  Line 4014    C++
    libcef.dll!WebCore::V8ScriptRunner::callFunction(v8::Handle<v8::Function> function, WebCore::ExecutionContext * context, v8::Handle<v8::Value> receiver, int argc, v8::Handle<v8::Value> * args, v8::Isolate * isolate)  Line 141   C++
    libcef.dll!WebCore::ScriptController::callFunction(WebCore::ExecutionContext * context, v8::Handle<v8::Function> function, v8::Handle<v8::Value> receiver, int argc, v8::Handle<v8::Value> * info, v8::Isolate * isolate)  Line 171 + 0x19 bytes    C++
    libcef.dll!WebCore::ScriptController::callFunction(v8::Handle<v8::Function> function, v8::Handle<v8::Value> receiver, int argc, v8::Handle<v8::Value> * info)  Line 143 + 0x2b bytes    C++
    libcef.dll!WebCore::V8EventListener::callListenerFunction(WebCore::ExecutionContext * context, v8::Handle<v8::Value> jsEvent, WebCore::Event * event)  Line 93 + 0x1e bytes C++
    libcef.dll!WebCore::V8AbstractEventListener::invokeEventHandler(WebCore::ExecutionContext * context, WebCore::Event * event, v8::Local<v8::Value> jsEvent)  Line 127    C++
    libcef.dll!WebCore::V8AbstractEventListener::handleEvent(WebCore::ExecutionContext * context, WebCore::Event * event)  Line 93  C++
    libcef.dll!WebCore::EventTarget::fireEventListeners(WebCore::Event * event, WebCore::EventTargetData * d, WTF::Vector<WebCore::RegisteredEventListener,1,WTF::DefaultAllocator> & entry)  Line 334  C++
    libcef.dll!WebCore::EventTarget::fireEventListeners(WebCore::Event * event)  Line 275 + 0xe bytes   C++
    libcef.dll!WebCore::Node::handleLocalEvents(WebCore::Event * event)  Line 2163 + 0x8 bytes  C++
    libcef.dll!WebCore::NodeEventContext::handleLocalEvents(WebCore::Event * event)  Line 63    C++
    libcef.dll!WebCore::EventDispatcher::dispatchEventAtCapturing(WebCore::WindowEventContext & windowEventContext)  Line 153   C++
    libcef.dll!WebCore::EventDispatcher::dispatch()  Line 119 + 0xb bytes   C++
    libcef.dll!WebCore::EventDispatchMediator::dispatchEvent(WebCore::EventDispatcher * dispatcher)  Line 53    C++
    libcef.dll!WebCore::FocusOutEventDispatchMediator::dispatchEvent(WebCore::EventDispatcher * dispatcher)  Line 102 + 0x8 bytes   C++
    libcef.dll!WebCore::EventDispatcher::dispatchEvent(WebCore::Node * node, WTF::PassRefPtr<WebCore::EventDispatchMediator> mediator)  Line 49 + 0xe bytes C++
    libcef.dll!WebCore::Element::dispatchFocusEvent(WebCore::Element * oldFocusedElement, WebCore::FocusType __formal)  Line 2231 + 0x23 bytes  C++
    libcef.dll!WebCore::Document::setFocusedElement(WTF::PassRefPtr<WebCore::Element> prpNewFocusedElement, WebCore::FocusType type)  Line 3481 C++
    libcef.dll!WebCore::FocusController::setFocusedElement(WebCore::Element * element, WTF::PassRefPtr<WebCore::LocalFrame> newFocusedFrame, WebCore::FocusType type)  Line 667 C++
    libcef.dll!WebCore::Element::focus(bool restorePreviousSelection, WebCore::FocusType type)  Line 2165 + 0x21 bytes  C++
    libcef.dll!WebCore::ElementV8Internal::focusMethodCallback(const v8::FunctionCallbackInfo<v8::Value> & info)  Line 2004 C++
    libcef.dll!v8::internal::FunctionCallbackArguments::Call(void (const v8::FunctionCallbackInfo<v8::Value> &)* f)  Line 57    C++
    libcef.dll!v8::internal::HandleApiCallHelper<0>(v8::internal::`anonymous-namespace'::BuiltinArguments<1> args, v8::internal::Isolate * isolate)  Line 1213  C++
    2670a0d6()  
    libcef.dll!v8::internal::Invoke(bool is_construct, v8::internal::Handle<v8::internal::JSFunction> function, v8::internal::Handle<v8::internal::Object> receiver, int argc, v8::internal::Handle<v8::internal::Object> * args, bool * has_pending_exception)  Line 127   C++
    libcef.dll!v8::internal::Execution::Call(v8::internal::Isolate * isolate, v8::internal::Handle<v8::internal::Object> callable, v8::internal::Handle<v8::internal::Object> receiver, int argc, v8::internal::Handle<v8::internal::Object> * argv, bool * pending_exception, bool convert_receiver)  Line 186 + 0x14 bytes    C++
    libcef.dll!v8::Function::Call(v8::Handle<v8::Value> recv, int argc, v8::Handle<v8::Value> * argv)  Line 4014    C++
    libcef.dll!WebCore::V8ScriptRunner::callFunction(v8::Handle<v8::Function> function, WebCore::ExecutionContext * context, v8::Handle<v8::Value> receiver, int argc, v8::Handle<v8::Value> * args, v8::Isolate * isolate)  Line 141   C++
    libcef.dll!WebCore::ScriptController::callFunction(WebCore::ExecutionContext * context, v8::Handle<v8::Function> function, v8::Handle<v8::Value> receiver, int argc, v8::Handle<v8::Value> * info, v8::Isolate * isolate)  Line 171 + 0x19 bytes    C++
    libcef.dll!WebCore::ScriptController::callFunction(v8::Handle<v8::Function> function, v8::Handle<v8::Value> receiver, int argc, v8::Handle<v8::Value> * info)  Line 143 + 0x2b bytes    C++
    libcef.dll!WebCore::V8EventListener::callListenerFunction(WebCore::ExecutionContext * context, v8::Handle<v8::Value> jsEvent, WebCore::Event * event)  Line 93 + 0x1e bytes C++
    libcef.dll!WebCore::V8AbstractEventListener::invokeEventHandler(WebCore::ExecutionContext * context, WebCore::Event * event, v8::Local<v8::Value> jsEvent)  Line 127    C++
    libcef.dll!WebCore::V8AbstractEventListener::handleEvent(WebCore::ExecutionContext * context, WebCore::Event * event)  Line 93  C++
    libcef.dll!WebCore::EventTarget::fireEventListeners(WebCore::Event * event, WebCore::EventTargetData * d, WTF::Vector<WebCore::RegisteredEventListener,1,WTF::DefaultAllocator> & entry)  Line 334  C++
    libcef.dll!WebCore::EventTarget::fireEventListeners(WebCore::Event * event)  Line 275 + 0xe bytes   C++
    libcef.dll!WebCore::Node::handleLocalEvents(WebCore::Event * event)  Line 2163 + 0x8 bytes  C++
    libcef.dll!WebCore::NodeEventContext::handleLocalEvents(WebCore::Event * event)  Line 63    C++
    libcef.dll!WebCore::EventDispatcher::dispatchEventAtCapturing(WebCore::WindowEventContext & windowEventContext)  Line 153   C++
    libcef.dll!WebCore::EventDispatcher::dispatch()  Line 119 + 0xb bytes   C++
    libcef.dll!WebCore::EventDispatchMediator::dispatchEvent(WebCore::EventDispatcher * dispatcher)  Line 53    C++
    libcef.dll!WebCore::FocusOutEventDispatchMediator::dispatchEvent(WebCore::EventDispatcher * dispatcher)  Line 102 + 0x8 bytes   C++
    libcef.dll!WebCore::EventDispatcher::dispatchEvent(WebCore::Node * node, WTF::PassRefPtr<WebCore::EventDispatchMediator> mediator)  Line 49 + 0xe bytes C++
    libcef.dll!WebCore::Element::dispatchFocusEvent(WebCore::Element * oldFocusedElement, WebCore::FocusType __formal)  Line 2231 + 0x23 bytes  C++
    libcef.dll!WebCore::Document::setFocusedElement(WTF::PassRefPtr<WebCore::Element> prpNewFocusedElement, WebCore::FocusType type)  Line 3481 C++
    libcef.dll!WebCore::FocusController::setFocusedElement(WebCore::Element * element, WTF::PassRefPtr<WebCore::LocalFrame> newFocusedFrame, WebCore::FocusType type)  Line 667 C++
    libcef.dll!WebCore::Element::focus(bool restorePreviousSelection, WebCore::FocusType type)  Line 2165 + 0x21 bytes  C++
    libcef.dll!WebCore::ElementV8Internal::focusMethodCallback(const v8::FunctionCallbackInfo<v8::Value> & info)  Line 2004 C++
    libcef.dll!v8::internal::FunctionCallbackArguments::Call(void (const v8::FunctionCallbackInfo<v8::Value> &)* f)  Line 57    C++
    libcef.dll!v8::internal::HandleApiCallHelper<0>(v8::internal::`anonymous-namespace'::BuiltinArguments<1> args, v8::internal::Isolate * isolate)  Line 1213  C++
    2670a0d6()  
    libcef.dll!v8::internal::Invoke(bool is_construct, v8::internal::Handle<v8::internal::JSFunction> function, v8::internal::Handle<v8::internal::Object> receiver, int argc, v8::internal::Handle<v8::internal::Object> * args, bool * has_pending_exception)  Line 127   C++
    libcef.dll!v8::internal::Execution::Call(v8::internal::Isolate * isolate, v8::internal::Handle<v8::internal::Object> callable, v8::internal::Handle<v8::internal::Object> receiver, int argc, v8::internal::Handle<v8::internal::Object> * argv, bool * pending_exception, bool convert_receiver)  Line 186 + 0x14 bytes    C++
    libcef.dll!v8::Function::Call(v8::Handle<v8::Value> recv, int argc, v8::Handle<v8::Value> * argv)  Line 4014    C++
    libcef.dll!WebCore::V8ScriptRunner::callFunction(v8::Handle<v8::Function> function, WebCore::ExecutionContext * context, v8::Handle<v8::Value> receiver, int argc, v8::Handle<v8::Value> * args, v8::Isolate * isolate)  Line 141   C++
    libcef.dll!WebCore::ScriptController::callFunction(WebCore::ExecutionContext * context, v8::Handle<v8::Function> function, v8::Handle<v8::Value> receiver, int argc, v8::Handle<v8::Value> * info, v8::Isolate * isolate)  Line 171 + 0x19 bytes    C++
    libcef.dll!WebCore::ScriptController::callFunction(v8::Handle<v8::Function> function, v8::Handle<v8::Value> receiver, int argc, v8::Handle<v8::Value> * info)  Line 143 + 0x2b bytes    C++
    libcef.dll!WebCore::V8EventListener::callListenerFunction(WebCore::ExecutionContext * context, v8::Handle<v8::Value> jsEvent, WebCore::Event * event)  Line 93 + 0x1e bytes C++
    libcef.dll!WebCore::V8AbstractEventListener::invokeEventHandler(WebCore::ExecutionContext * context, WebCore::Event * event, v8::Local<v8::Value> jsEvent)  Line 127    C++
    libcef.dll!WebCore::V8AbstractEventListener::handleEvent(WebCore::ExecutionContext * context, WebCore::Event * event)  Line 93  C++
    libcef.dll!WebCore::EventTarget::fireEventListeners(WebCore::Event * event, WebCore::EventTargetData * d, WTF::Vector<WebCore::RegisteredEventListener,1,WTF::DefaultAllocator> & entry)  Line 334  C++
    libcef.dll!WebCore::EventTarget::fireEventListeners(WebCore::Event * event)  Line 275 + 0xe bytes   C++
    libcef.dll!WebCore::Node::handleLocalEvents(WebCore::Event * event)  Line 2163 + 0x8 bytes  C++
    libcef.dll!WebCore::NodeEventContext::handleLocalEvents(WebCore::Event * event)  Line 63    C++
    libcef.dll!WebCore::EventDispatcher::dispatchEventAtCapturing(WebCore::WindowEventContext & windowEventContext)  Line 153   C++
    libcef.dll!WebCore::EventDispatcher::dispatch()  Line 119 + 0xb bytes   C++
    libcef.dll!WebCore::EventDispatchMediator::dispatchEvent(WebCore::EventDispatcher * dispatcher)  Line 53    C++
    libcef.dll!WebCore::FocusOutEventDispatchMediator::dispatchEvent(WebCore::EventDispatcher * dispatcher)  Line 102 + 0x8 bytes   C++
    libcef.dll!WebCore::EventDispatcher::dispatchEvent(WebCore::Node * node, WTF::PassRefPtr<WebCore::EventDispatchMediator> mediator)  Line 49 + 0xe bytes C++
    libcef.dll!WebCore::Element::dispatchFocusEvent(WebCore::Element * oldFocusedElement, WebCore::FocusType __formal)  Line 2231 + 0x23 bytes  C++
    libcef.dll!WebCore::Document::setFocusedElement(WTF::PassRefPtr<WebCore::Element> prpNewFocusedElement, WebCore::FocusType type)  Line 3481 C++
    libcef.dll!WebCore::FocusController::setFocusedElement(WebCore::Element * element, WTF::PassRefPtr<WebCore::LocalFrame> newFocusedFrame, WebCore::FocusType type)  Line 667 C++
    libcef.dll!WebCore::Element::focus(bool restorePreviousSelection, WebCore::FocusType type)  Line 2165 + 0x21 bytes  C++
    libcef.dll!WebCore::ElementV8Internal::focusMethodCallback(const v8::FunctionCallbackInfo<v8::Value> & info)  Line 2004 C++
    libcef.dll!v8::internal::FunctionCallbackArguments::Call(void (const v8::FunctionCallbackInfo<v8::Value> &)* f)  Line 57    C++
    libcef.dll!v8::internal::HandleApiCallHelper<0>(v8::internal::`anonymous-namespace'::BuiltinArguments<1> args, v8::internal::Isolate * isolate)  Line 1213  C++
    2670a0d6()  
    libcef.dll!v8::internal::Invoke(bool is_construct, v8::internal::Handle<v8::internal::JSFunction> function, v8::internal::Handle<v8::internal::Object> receiver, int argc, v8::internal::Handle<v8::internal::Object> * args, bool * has_pending_exception)  Line 127   C++
    libcef.dll!v8::internal::Execution::Call(v8::internal::Isolate * isolate, v8::internal::Handle<v8::internal::Object> callable, v8::internal::Handle<v8::internal::Object> receiver, int argc, v8::internal::Handle<v8::internal::Object> * argv, bool * pending_exception, bool convert_receiver)  Line 186 + 0x14 bytes    C++
    libcef.dll!v8::Function::Call(v8::Handle<v8::Value> recv, int argc, v8::Handle<v8::Value> * argv)  Line 4014    C++
    libcef.dll!WebCore::V8ScriptRunner::callFunction(v8::Handle<v8::Function> function, WebCore::ExecutionContext * context, v8::Handle<v8::Value> receiver, int argc, v8::Handle<v8::Value> * args, v8::Isolate * isolate)  Line 141   C++
    libcef.dll!WebCore::ScriptController::callFunction(WebCore::ExecutionContext * context, v8::Handle<v8::Function> function, v8::Handle<v8::Value> receiver, int argc, v8::Handle<v8::Value> * info, v8::Isolate * isolate)  Line 171 + 0x19 bytes    C++
    libcef.dll!WebCore::ScriptController::callFunction(v8::Handle<v8::Function> function, v8::Handle<v8::Value> receiver, int argc, v8::Handle<v8::Value> * info)  Line 143 + 0x2b bytes    C++
    libcef.dll!WebCore::V8EventListener::callListenerFunction(WebCore::ExecutionContext * context, v8::Handle<v8::Value> jsEvent, WebCore::Event * event)  Line 93 + 0x1e bytes C++
    libcef.dll!WebCore::V8AbstractEventListener::invokeEventHandler(WebCore::ExecutionContext * context, WebCore::Event * event, v8::Local<v8::Value> jsEvent)  Line 127    C++
    libcef.dll!WebCore::V8AbstractEventListener::handleEvent(WebCore::ExecutionContext * context, WebCore::Event * event)  Line 93  C++
    libcef.dll!WebCore::EventTarget::fireEventListeners(WebCore::Event * event, WebCore::EventTargetData * d, WTF::Vector<WebCore::RegisteredEventListener,1,WTF::DefaultAllocator> & entry)  Line 334  C++
    libcef.dll!WebCore::EventTarget::fireEventListeners(WebCore::Event * event)  Line 275 + 0xe bytes   C++
    libcef.dll!WebCore::Node::handleLocalEvents(WebCore::Event * event)  Line 2163 + 0x8 bytes  C++
    libcef.dll!WebCore::NodeEventContext::handleLocalEvents(WebCore::Event * event)  Line 63    C++
    libcef.dll!WebCore::EventDispatcher::dispatchEventAtCapturing(WebCore::WindowEventContext & windowEventContext)  Line 153   C++
    libcef.dll!WebCore::EventDispatcher::dispatch()  Line 119 + 0xb bytes   C++
    libcef.dll!WebCore::EventDispatchMediator::dispatchEvent(WebCore::EventDispatcher * dispatcher)  Line 53    C++
    libcef.dll!WebCore::FocusOutEventDispatchMediator::dispatchEvent(WebCore::EventDispatcher * dispatcher)  Line 102 + 0x8 bytes   C++
    libcef.dll!WebCore::EventDispatcher::dispatchEvent(WebCore::Node * node, WTF::PassRefPtr<WebCore::EventDispatchMediator> mediator)  Line 49 + 0xe bytes C++
    libcef.dll!WebCore::Element::dispatchFocusEvent(WebCore::Element * oldFocusedElement, WebCore::FocusType __formal)  Line 2231 + 0x23 bytes  C++
    libcef.dll!WebCore::Document::setFocusedElement(WTF::PassRefPtr<WebCore::Element> prpNewFocusedElement, WebCore::FocusType type)  Line 3481 C++
    libcef.dll!WebCore::FocusController::setFocusedElement(WebCore::Element * element, WTF::PassRefPtr<WebCore::LocalFrame> newFocusedFrame, WebCore::FocusType type)  Line 667 C++
    libcef.dll!WebCore::Element::focus(bool restorePreviousSelection, WebCore::FocusType type)  Line 2165 + 0x21 bytes  C++
    libcef.dll!WebCore::ElementV8Internal::focusMethodCallback(const v8::FunctionCallbackInfo<v8::Value> & info)  Line 2004 C++
    libcef.dll!v8::internal::FunctionCallbackArguments::Call(void (const v8::FunctionCallbackInfo<v8::Value> &)* f)  Line 57    C++
    libcef.dll!v8::internal::HandleApiCallHelper<0>(v8::internal::`anonymous-namespace'::BuiltinArguments<1> args, v8::internal::Isolate * isolate)  Line 1213  C++
    2670a0d6()  
    libcef.dll!v8::internal::Invoke(bool is_construct, v8::internal::Handle<v8::internal::JSFunction> function, v8::internal::Handle<v8::internal::Object> receiver, int argc, v8::internal::Handle<v8::internal::Object> * args, bool * has_pending_exception)  Line 127   C++
    libcef.dll!v8::internal::Execution::Call(v8::internal::Isolate * isolate, v8::internal::Handle<v8::internal::Object> callable, v8::internal::Handle<v8::internal::Object> receiver, int argc, v8::internal::Handle<v8::internal::Object> * argv, bool * pending_exception, bool convert_receiver)  Line 186 + 0x14 bytes    C++
    libcef.dll!v8::Function::Call(v8::Handle<v8::Value> recv, int argc, v8::Handle<v8::Value> * argv)  Line 4014    C++
    libcef.dll!WebCore::V8ScriptRunner::callFunction(v8::Handle<v8::Function> function, WebCore::ExecutionContext * context, v8::Handle<v8::Value> receiver, int argc, v8::Handle<v8::Value> * args, v8::Isolate * isolate)  Line 141   C++
    libcef.dll!WebCore::ScriptController::callFunction(WebCore::ExecutionContext * context, v8::Handle<v8::Function> function, v8::Handle<v8::Value> receiver, int argc, v8::Handle<v8::Value> * info, v8::Isolate * isolate)  Line 171 + 0x19 bytes    C++
    libcef.dll!WebCore::ScriptController::callFunction(v8::Handle<v8::Function> function, v8::Handle<v8::Value> receiver, int argc, v8::Handle<v8::Value> * info)  Line 143 + 0x2b bytes    C++
    libcef.dll!WebCore::V8EventListener::callListenerFunction(WebCore::ExecutionContext * context, v8::Handle<v8::Value> jsEvent, WebCore::Event * event)  Line 93 + 0x1e bytes C++
    libcef.dll!WebCore::V8AbstractEventListener::invokeEventHandler(WebCore::ExecutionContext * context, WebCore::Event * event, v8::Local<v8::Value> jsEvent)  Line 127    C++
    libcef.dll!WebCore::V8AbstractEventListener::handleEvent(WebCore::ExecutionContext * context, WebCore::Event * event)  Line 93  C++
    libcef.dll!WebCore::EventTarget::fireEventListeners(WebCore::Event * event, WebCore::EventTargetData * d, WTF::Vector<WebCore::RegisteredEventListener,1,WTF::DefaultAllocator> & entry)  Line 334  C++
    libcef.dll!WebCore::EventTarget::fireEventListeners(WebCore::Event * event)  Line 275 + 0xe bytes   C++
    libcef.dll!WebCore::Node::handleLocalEvents(WebCore::Event * event)  Line 2163 + 0x8 bytes  C++
    libcef.dll!WebCore::NodeEventContext::handleLocalEvents(WebCore::Event * event)  Line 63    C++
    libcef.dll!WebCore::EventDispatcher::dispatchEventAtCapturing(WebCore::WindowEventContext & windowEventContext)  Line 153   C++
    libcef.dll!WebCore::EventDispatcher::dispatch()  Line 119 + 0xb bytes   C++
    libcef.dll!WebCore::EventDispatchMediator::dispatchEvent(WebCore::EventDispatcher * dispatcher)  Line 53    C++
    libcef.dll!WebCore::FocusOutEventDispatchMediator::dispatchEvent(WebCore::EventDispatcher * dispatcher)  Line 102 + 0x8 bytes   C++
    libcef.dll!WebCore::EventDispatcher::dispatchEvent(WebCore::Node * node, WTF::PassRefPtr<WebCore::EventDispatchMediator> mediator)  Line 49 + 0xe bytes C++
    libcef.dll!WebCore::Element::dispatchFocusEvent(WebCore::Element * oldFocusedElement, WebCore::FocusType __formal)  Line 2231 + 0x23 bytes  C++
    libcef.dll!WebCore::Document::setFocusedElement(WTF::PassRefPtr<WebCore::Element> prpNewFocusedElement, WebCore::FocusType type)  Line 3481 C++
    libcef.dll!WebCore::FocusController::setFocusedElement(WebCore::Element * element, WTF::PassRefPtr<WebCore::LocalFrame> newFocusedFrame, WebCore::FocusType type)  Line 667 C++
    libcef.dll!WebCore::Element::focus(bool restorePreviousSelection, WebCore::FocusType type)  Line 2165 + 0x21 bytes  C++
    libcef.dll!WebCore::ElementV8Internal::focusMethodCallback(const v8::FunctionCallbackInfo<v8::Value> & info)  Line 2004 C++
    libcef.dll!v8::internal::FunctionCallbackArguments::Call(void (const v8::FunctionCallbackInfo<v8::Value> &)* f)  Line 57    C++
    libcef.dll!v8::internal::HandleApiCallHelper<0>(v8::internal::`anonymous-namespace'::BuiltinArguments<1> args, v8::internal::Isolate * isolate)  Line 1213  C++
    2670a0d6()  
    libcef.dll!v8::internal::Invoke(bool is_construct, v8::internal::Handle<v8::internal::JSFunction> function, v8::internal::Handle<v8::internal::Object> receiver, int argc, v8::internal::Handle<v8::internal::Object> * args, bool * has_pending_exception)  Line 127   C++
    libcef.dll!v8::internal::Execution::Call(v8::internal::Isolate * isolate, v8::internal::Handle<v8::internal::Object> callable, v8::internal::Handle<v8::internal::Object> receiver, int argc, v8::internal::Handle<v8::internal::Object> * argv, bool * pending_exception, bool convert_receiver)  Line 186 + 0x14 bytes    C++
    libcef.dll!v8::Function::Call(v8::Handle<v8::Value> recv, int argc, v8::Handle<v8::Value> * argv)  Line 4014    C++
    libcef.dll!WebCore::V8ScriptRunner::callFunction(v8::Handle<v8::Function> function, WebCore::ExecutionContext * context, v8::Handle<v8::Value> receiver, int argc, v8::Handle<v8::Value> * args, v8::Isolate * isolate)  Line 141   C++
    libcef.dll!WebCore::ScriptController::callFunction(WebCore::ExecutionContext * context, v8::Handle<v8::Function> function, v8::Handle<v8::Value> receiver, int argc, v8::Handle<v8::Value> * info, v8::Isolate * isolate)  Line 171 + 0x19 bytes    C++
    libcef.dll!WebCore::ScriptController::callFunction(v8::Handle<v8::Function> function, v8::Handle<v8::Value> receiver, int argc, v8::Handle<v8::Value> * info)  Line 143 + 0x2b bytes    C++
    libcef.dll!WebCore::V8EventListener::callListenerFunction(WebCore::ExecutionContext * context, v8::Handle<v8::Value> jsEvent, WebCore::Event * event)  Line 93 + 0x1e bytes C++
    libcef.dll!WebCore::V8AbstractEventListener::invokeEventHandler(WebCore::ExecutionContext * context, WebCore::Event * event, v8::Local<v8::Value> jsEvent)  Line 127    C++
    libcef.dll!WebCore::V8AbstractEventListener::handleEvent(WebCore::ExecutionContext * context, WebCore::Event * event)  Line 93  C++
    libcef.dll!WebCore::EventTarget::fireEventListeners(WebCore::Event * event, WebCore::EventTargetData * d, WTF::Vector<WebCore::RegisteredEventListener,1,WTF::DefaultAllocator> & entry)  Line 334  C++
    libcef.dll!WebCore::EventTarget::fireEventListeners(WebCore::Event * event)  Line 275 + 0xe bytes   C++
    libcef.dll!WebCore::Node::handleLocalEvents(WebCore::Event * event)  Line 2163 + 0x8 bytes  C++
    libcef.dll!WebCore::NodeEventContext::handleLocalEvents(WebCore::Event * event)  Line 63    C++
    libcef.dll!WebCore::EventDispatcher::dispatchEventAtCapturing(WebCore::WindowEventContext & windowEventContext)  Line 153   C++
    libcef.dll!WebCore::EventDispatcher::dispatch()  Line 119 + 0xb bytes   C++
    libcef.dll!WebCore::EventDispatchMediator::dispatchEvent(WebCore::EventDispatcher * dispatcher)  Line 53    C++
    libcef.dll!WebCore::FocusOutEventDispatchMediator::dispatchEvent(WebCore::EventDispatcher * dispatcher)  Line 102 + 0x8 bytes   C++
    libcef.dll!WebCore::EventDispatcher::dispatchEvent(WebCore::Node * node, WTF::PassRefPtr<WebCore::EventDispatchMediator> mediator)  Line 49 + 0xe bytes C++
    libcef.dll!WebCore::Element::dispatchFocusEvent(WebCore::Element * oldFocusedElement, WebCore::FocusType __formal)  Line 2231 + 0x23 bytes  C++
    libcef.dll!WebCore::Document::setFocusedElement(WTF::PassRefPtr<WebCore::Element> prpNewFocusedElement, WebCore::FocusType type)  Line 3481 C++
    libcef.dll!WebCore::FocusController::setFocusedElement(WebCore::Element * element, WTF::PassRefPtr<WebCore::LocalFrame> newFocusedFrame, WebCore::FocusType type)  Line 667 C++
    libcef.dll!WebCore::Element::focus(bool restorePreviousSelection, WebCore::FocusType type)  Line 2165 + 0x21 bytes  C++
    libcef.dll!WebCore::ElementV8Internal::focusMethodCallback(const v8::FunctionCallbackInfo<v8::Value> & info)  Line 2004 C++
    libcef.dll!v8::internal::FunctionCallbackArguments::Call(void (const v8::FunctionCallbackInfo<v8::Value> &)* f)  Line 57    C++
    libcef.dll!v8::internal::HandleApiCallHelper<0>(v8::internal::`anonymous-namespace'::BuiltinArguments<1> args, v8::internal::Isolate * isolate)  Line 1213  C++
    2670a0d6()  
    libcef.dll!v8::internal::Invoke(bool is_construct, v8::internal::Handle<v8::internal::JSFunction> function, v8::internal::Handle<v8::internal::Object> receiver, int argc, v8::internal::Handle<v8::internal::Object> * args, bool * has_pending_exception)  Line 127   C++
    libcef.dll!v8::internal::Execution::Call(v8::internal::Isolate * isolate, v8::internal::Handle<v8::internal::Object> callable, v8::internal::Handle<v8::internal::Object> receiver, int argc, v8::internal::Handle<v8::internal::Object> * argv, bool * pending_exception, bool convert_receiver)  Line 186 + 0x14 bytes    C++
    libcef.dll!v8::Function::Call(v8::Handle<v8::Value> recv, int argc, v8::Handle<v8::Value> * argv)  Line 4014    C++
    libcef.dll!WebCore::V8ScriptRunner::callFunction(v8::Handle<v8::Function> function, WebCore::ExecutionContext * context, v8::Handle<v8::Value> receiver, int argc, v8::Handle<v8::Value> * args, v8::Isolate * isolate)  Line 141   C++
    libcef.dll!WebCore::ScriptController::callFunction(WebCore::ExecutionContext * context, v8::Handle<v8::Function> function, v8::Handle<v8::Value> receiver, int argc, v8::Handle<v8::Value> * info, v8::Isolate * isolate)  Line 171 + 0x19 bytes    C++
    libcef.dll!WebCore::ScriptController::callFunction(v8::Handle<v8::Function> function, v8::Handle<v8::Value> receiver, int argc, v8::Handle<v8::Value> * info)  Line 143 + 0x2b bytes    C++
    libcef.dll!WebCore::V8EventListener::callListenerFunction(WebCore::ExecutionContext * context, v8::Handle<v8::Value> jsEvent, WebCore::Event * event)  Line 93 + 0x1e bytes C++
    libcef.dll!WebCore::V8AbstractEventListener::invokeEventHandler(WebCore::ExecutionContext * context, WebCore::Event * event, v8::Local<v8::Value> jsEvent)  Line 127    C++
    libcef.dll!WebCore::V8AbstractEventListener::handleEvent(WebCore::ExecutionContext * context, WebCore::Event * event)  Line 93  C++
    libcef.dll!WebCore::EventTarget::fireEventListeners(WebCore::Event * event, WebCore::EventTargetData * d, WTF::Vector<WebCore::RegisteredEventListener,1,WTF::DefaultAllocator> & entry)  Line 334  C++
    libcef.dll!WebCore::EventTarget::fireEventListeners(WebCore::Event * event)  Line 275 + 0xe bytes   C++
    libcef.dll!WebCore::Node::handleLocalEvents(WebCore::Event * event)  Line 2163 + 0x8 bytes  C++
    libcef.dll!WebCore::NodeEventContext::handleLocalEvents(WebCore::Event * event)  Line 63    C++
    libcef.dll!WebCore::EventDispatcher::dispatchEventAtCapturing(WebCore::WindowEventContext & windowEventContext)  Line 153   C++
    libcef.dll!WebCore::EventDispatcher::dispatch()  Line 119 + 0xb bytes   C++
    libcef.dll!WebCore::EventDispatchMediator::dispatchEvent(WebCore::EventDispatcher * dispatcher)  Line 53    C++
    libcef.dll!WebCore::FocusOutEventDispatchMediator::dispatchEvent(WebCore::EventDispatcher * dispatcher)  Line 102 + 0x8 bytes   C++
    libcef.dll!WebCore::EventDispatcher::dispatchEvent(WebCore::Node * node, WTF::PassRefPtr<WebCore::EventDispatchMediator> mediator)  Line 49 + 0xe bytes C++
    libcef.dll!WebCore::Element::dispatchFocusEvent(WebCore::Element * oldFocusedElement, WebCore::FocusType __formal)  Line 2231 + 0x23 bytes  C++
    libcef.dll!WebCore::Document::setFocusedElement(WTF::PassRefPtr<WebCore::Element> prpNewFocusedElement, WebCore::FocusType type)  Line 3481 C++
    libcef.dll!WebCore::FocusController::setFocusedElement(WebCore::Element * element, WTF::PassRefPtr<WebCore::LocalFrame> newFocusedFrame, WebCore::FocusType type)  Line 667 C++
    libcef.dll!WebCore::Element::focus(bool restorePreviousSelection, WebCore::FocusType type)  Line 2165 + 0x21 bytes  C++
    libcef.dll!WebCore::ElementV8Internal::focusMethodCallback(const v8::FunctionCallbackInfo<v8::Value> & info)  Line 2004 C++
    libcef.dll!v8::internal::FunctionCallbackArguments::Call(void (const v8::FunctionCallbackInfo<v8::Value> &)* f)  Line 57    C++
    libcef.dll!v8::internal::HandleApiCallHelper<0>(v8::internal::`anonymous-namespace'::BuiltinArguments<1> args, v8::internal::Isolate * isolate)  Line 1213  C++
    2670a0d6()  
    libcef.dll!v8::internal::Invoke(bool is_construct, v8::internal::Handle<v8::internal::JSFunction> function, v8::internal::Handle<v8::internal::Object> receiver, int argc, v8::internal::Handle<v8::internal::Object> * args, bool * has_pending_exception)  Line 127   C++
    libcef.dll!v8::internal::Execution::Call(v8::internal::Isolate * isolate, v8::internal::Handle<v8::internal::Object> callable, v8::internal::Handle<v8::internal::Object> receiver, int argc, v8::internal::Handle<v8::internal::Object> * argv, bool * pending_exception, bool convert_receiver)  Line 186 + 0x14 bytes    C++
    libcef.dll!v8::Function::Call(v8::Handle<v8::Value> recv, int argc, v8::Handle<v8::Value> * argv)  Line 4014    C++
    libcef.dll!WebCore::V8ScriptRunner::callFunction(v8::Handle<v8::Function> function, WebCore::ExecutionContext * context, v8::Handle<v8::Value> receiver, int argc, v8::Handle<v8::Value> * args, v8::Isolate * isolate)  Line 141   C++
    libcef.dll!WebCore::ScriptController::callFunction(WebCore::ExecutionContext * context, v8::Handle<v8::Function> function, v8::Handle<v8::Value> receiver, int argc, v8::Handle<v8::Value> * info, v8::Isolate * isolate)  Line 171 + 0x19 bytes    C++
    libcef.dll!WebCore::ScriptController::callFunction(v8::Handle<v8::Function> function, v8::Handle<v8::Value> receiver, int argc, v8::Handle<v8::Value> * info)  Line 143 + 0x2b bytes    C++
    libcef.dll!WebCore::V8EventListener::callListenerFunction(WebCore::ExecutionContext * context, v8::Handle<v8::Value> jsEvent, WebCore::Event * event)  Line 93 + 0x1e bytes C++
    libcef.dll!WebCore::V8AbstractEventListener::invokeEventHandler(WebCore::ExecutionContext * context, WebCore::Event * event, v8::Local<v8::Value> jsEvent)  Line 127    C++
    libcef.dll!WebCore::V8AbstractEventListener::handleEvent(WebCore::ExecutionContext * context, WebCore::Event * event)  Line 93  C++
    libcef.dll!WebCore::EventTarget::fireEventListeners(WebCore::Event * event, WebCore::EventTargetData * d, WTF::Vector<WebCore::RegisteredEventListener,1,WTF::DefaultAllocator> & entry)  Line 334  C++
    libcef.dll!WebCore::EventTarget::fireEventListeners(WebCore::Event * event)  Line 275 + 0xe bytes   C++
    libcef.dll!WebCore::Node::handleLocalEvents(WebCore::Event * event)  Line 2163 + 0x8 bytes  C++
    libcef.dll!WebCore::NodeEventContext::handleLocalEvents(WebCore::Event * event)  Line 63    C++
    libcef.dll!WebCore::EventDispatcher::dispatchEventAtCapturing(WebCore::WindowEventContext & windowEventContext)  Line 153   C++
    libcef.dll!WebCore::EventDispatcher::dispatch()  Line 119 + 0xb bytes   C++
    libcef.dll!WebCore::EventDispatchMediator::dispatchEvent(WebCore::EventDispatcher * dispatcher)  Line 53    C++
    libcef.dll!WebCore::FocusOutEventDispatchMediator::dispatchEvent(WebCore::EventDispatcher * dispatcher)  Line 102 + 0x8 bytes   C++
    libcef.dll!WebCore::EventDispatcher::dispatchEvent(WebCore::Node * node, WTF::PassRefPtr<WebCore::EventDispatchMediator> mediator)  Line 49 + 0xe bytes C++
    libcef.dll!WebCore::Element::dispatchFocusEvent(WebCore::Element * oldFocusedElement, WebCore::FocusType __formal)  Line 2231 + 0x23 bytes  C++
    libcef.dll!WebCore::Document::setFocusedElement(WTF::PassRefPtr<WebCore::Element> prpNewFocusedElement, WebCore::FocusType type)  Line 3481 C++
    libcef.dll!WebCore::FocusController::setFocusedElement(WebCore::Element * element, WTF::PassRefPtr<WebCore::LocalFrame> newFocusedFrame, WebCore::FocusType type)  Line 667 C++
    libcef.dll!WebCore::Element::focus(bool restorePreviousSelection, WebCore::FocusType type)  Line 2165 + 0x21 bytes  C++
    libcef.dll!WebCore::ElementV8Internal::focusMethodCallback(const v8::FunctionCallbackInfo<v8::Value> & info)  Line 2004 C++
    libcef.dll!v8::internal::FunctionCallbackArguments::Call(void (const v8::FunctionCallbackInfo<v8::Value> &)* f)  Line 57    C++
    libcef.dll!v8::internal::HandleApiCallHelper<0>(v8::internal::`anonymous-namespace'::BuiltinArguments<1> args, v8::internal::Isolate * isolate)  Line 1213  C++
    2670a0d6()  
    libcef.dll!v8::internal::Invoke(bool is_construct, v8::internal::Handle<v8::internal::JSFunction> function, v8::internal::Handle<v8::internal::Object> receiver, int argc, v8::internal::Handle<v8::internal::Object> * args, bool * has_pending_exception)  Line 127   C++
    libcef.dll!v8::internal::Execution::Call(v8::internal::Isolate * isolate, v8::internal::Handle<v8::internal::Object> callable, v8::internal::Handle<v8::internal::Object> receiver, int argc, v8::internal::Handle<v8::internal::Object> * argv, bool * pending_exception, bool convert_receiver)  Line 186 + 0x14 bytes    C++
    libcef.dll!v8::Function::Call(v8::Handle<v8::Value> recv, int argc, v8::Handle<v8::Value> * argv)  Line 4014    C++
    libcef.dll!WebCore::V8ScriptRunner::callFunction(v8::Handle<v8::Function> function, WebCore::ExecutionContext * context, v8::Handle<v8::Value> receiver, int argc, v8::Handle<v8::Value> * args, v8::Isolate * isolate)  Line 141   C++
    libcef.dll!WebCore::ScriptController::callFunction(WebCore::ExecutionContext * context, v8::Handle<v8::Function> function, v8::Handle<v8::Value> receiver, int argc, v8::Handle<v8::Value> * info, v8::Isolate * isolate)  Line 171 + 0x19 bytes    C++
    libcef.dll!WebCore::ScriptController::callFunction(v8::Handle<v8::Function> function, v8::Handle<v8::Value> receiver, int argc, v8::Handle<v8::Value> * info)  Line 143 + 0x2b bytes    C++
    libcef.dll!WebCore::V8EventListener::callListenerFunction(WebCore::ExecutionContext * context, v8::Handle<v8::Value> jsEvent, WebCore::Event * event)  Line 93 + 0x1e bytes C++
    libcef.dll!WebCore::V8AbstractEventListener::invokeEventHandler(WebCore::ExecutionContext * context, WebCore::Event * event, v8::Local<v8::Value> jsEvent)  Line 127    C++
    libcef.dll!WebCore::V8AbstractEventListener::handleEvent(WebCore::ExecutionContext * context, WebCore::Event * event)  Line 93  C++
    libcef.dll!WebCore::EventTarget::fireEventListeners(WebCore::Event * event, WebCore::EventTargetData * d, WTF::Vector<WebCore::RegisteredEventListener,1,WTF::DefaultAllocator> & entry)  Line 334  C++
    libcef.dll!WebCore::EventTarget::fireEventListeners(WebCore::Event * event)  Line 275 + 0xe bytes   C++
    libcef.dll!WebCore::Node::handleLocalEvents(WebCore::Event * event)  Line 2163 + 0x8 bytes  C++
    libcef.dll!WebCore::NodeEventContext::handleLocalEvents(WebCore::Event * event)  Line 63    C++
    libcef.dll!WebCore::EventDispatcher::dispatchEventAtCapturing(WebCore::WindowEventContext & windowEventContext)  Line 153   C++
    libcef.dll!WebCore::EventDispatcher::dispatch()  Line 119 + 0xb bytes   C++
    libcef.dll!WebCore::EventDispatchMediator::dispatchEvent(WebCore::EventDispatcher * dispatcher)  Line 53    C++
    libcef.dll!WebCore::FocusOutEventDispatchMediator::dispatchEvent(WebCore::EventDispatcher * dispatcher)  Line 102 + 0x8 bytes   C++
    libcef.dll!WebCore::EventDispatcher::dispatchEvent(WebCore::Node * node, WTF::PassRefPtr<WebCore::EventDispatchMediator> mediator)  Line 49 + 0xe bytes C++
    libcef.dll!WebCore::Element::dispatchFocusEvent(WebCore::Element * oldFocusedElement, WebCore::FocusType __formal)  Line 2231 + 0x23 bytes  C++
    libcef.dll!WebCore::Document::setFocusedElement(WTF::PassRefPtr<WebCore::Element> prpNewFocusedElement, WebCore::FocusType type)  Line 3481 C++
    libcef.dll!WebCore::FocusController::setFocusedElement(WebCore::Element * element, WTF::PassRefPtr<WebCore::LocalFrame> newFocusedFrame, WebCore::FocusType type)  Line 667 C++
    libcef.dll!WebCore::Element::focus(bool restorePreviousSelection, WebCore::FocusType type)  Line 2165 + 0x21 bytes  C++
    libcef.dll!WebCore::ElementV8Internal::focusMethodCallback(const v8::FunctionCallbackInfo<v8::Value> & info)  Line 2004 C++
    libcef.dll!v8::internal::FunctionCallbackArguments::Call(void (const v8::FunctionCallbackInfo<v8::Value> &)* f)  Line 57    C++
    libcef.dll!v8::internal::HandleApiCallHelper<0>(v8::internal::`anonymous-namespace'::BuiltinArguments<1> args, v8::internal::Isolate * isolate)  Line 1213  C++
    2670a0d6()  
    libcef.dll!v8::internal::Invoke(bool is_construct, v8::internal::Handle<v8::internal::JSFunction> function, v8::internal::Handle<v8::internal::Object> receiver, int argc, v8::internal::Handle<v8::internal::Object> * args, bool * has_pending_exception)  Line 127   C++
    libcef.dll!v8::internal::Execution::Call(v8::internal::Isolate * isolate, v8::internal::Handle<v8::internal::Object> callable, v8::internal::Handle<v8::internal::Object> receiver, int argc, v8::internal::Handle<v8::internal::Object> * argv, bool * pending_exception, bool convert_receiver)  Line 186 + 0x14 bytes    C++
    libcef.dll!v8::Function::Call(v8::Handle<v8::Value> recv, int argc, v8::Handle<v8::Value> * argv)  Line 4014    C++
    libcef.dll!WebCore::V8ScriptRunner::callFunction(v8::Handle<v8::Function> function, WebCore::ExecutionContext * context, v8::Handle<v8::Value> receiver, int argc, v8::Handle<v8::Value> * args, v8::Isolate * isolate)  Line 141   C++
    libcef.dll!WebCore::ScriptController::callFunction(WebCore::ExecutionContext * context, v8::Handle<v8::Function> function, v8::Handle<v8::Value> receiver, int argc, v8::Handle<v8::Value> * info, v8::Isolate * isolate)  Line 171 + 0x19 bytes    C++
    libcef.dll!WebCore::ScriptController::callFunction(v8::Handle<v8::Function> function, v8::Handle<v8::Value> receiver, int argc, v8::Handle<v8::Value> * info)  Line 143 + 0x2b bytes    C++
    libcef.dll!WebCore::V8EventListener::callListenerFunction(WebCore::ExecutionContext * context, v8::Handle<v8::Value> jsEvent, WebCore::Event * event)  Line 93 + 0x1e bytes C++
    libcef.dll!WebCore::V8AbstractEventListener::invokeEventHandler(WebCore::ExecutionContext * context, WebCore::Event * event, v8::Local<v8::Value> jsEvent)  Line 127    C++
    libcef.dll!WebCore::V8AbstractEventListener::handleEvent(WebCore::ExecutionContext * context, WebCore::Event * event)  Line 93  C++
    libcef.dll!WebCore::EventTarget::fireEventListeners(WebCore::Event * event, WebCore::EventTargetData * d, WTF::Vector<WebCore::RegisteredEventListener,1,WTF::DefaultAllocator> & entry)  Line 334  C++
    libcef.dll!WebCore::EventTarget::fireEventListeners(WebCore::Event * event)  Line 275 + 0xe bytes   C++
    libcef.dll!WebCore::Node::handleLocalEvents(WebCore::Event * event)  Line 2163 + 0x8 bytes  C++
    libcef.dll!WebCore::NodeEventContext::handleLocalEvents(WebCore::Event * event)  Line 63    C++
    libcef.dll!WebCore::EventDispatcher::dispatchEventAtCapturing(WebCore::WindowEventContext & windowEventContext)  Line 153   C++
    libcef.dll!WebCore::EventDispatcher::dispatch()  Line 119 + 0xb bytes   C++
    libcef.dll!WebCore::EventDispatchMediator::dispatchEvent(WebCore::EventDispatcher * dispatcher)  Line 53    C++
    libcef.dll!WebCore::FocusOutEventDispatchMediator::dispatchEvent(WebCore::EventDispatcher * dispatcher)  Line 102 + 0x8 bytes   C++
    libcef.dll!WebCore::EventDispatcher::dispatchEvent(WebCore::Node * node, WTF::PassRefPtr<WebCore::EventDispatchMediator> mediator)  Line 49 + 0xe bytes C++
    libcef.dll!WebCore::Element::dispatchFocusEvent(WebCore::Element * oldFocusedElement, WebCore::FocusType __formal)  Line 2231 + 0x23 bytes  C++
    libcef.dll!WebCore::Document::setFocusedElement(WTF::PassRefPtr<WebCore::Element> prpNewFocusedElement, WebCore::FocusType type)  Line 3481 C++
    libcef.dll!WebCore::FocusController::setFocusedElement(WebCore::Element * element, WTF::PassRefPtr<WebCore::LocalFrame> newFocusedFrame, WebCore::FocusType type)  Line 667 C++
    libcef.dll!WebCore::Element::focus(bool restorePreviousSelection, WebCore::FocusType type)  Line 2165 + 0x21 bytes  C++
    libcef.dll!WebCore::ElementV8Internal::focusMethodCallback(const v8::FunctionCallbackInfo<v8::Value> & info)  Line 2004 C++
    libcef.dll!v8::internal::FunctionCallbackArguments::Call(void (const v8::FunctionCallbackInfo<v8::Value> &)* f)  Line 57    C++
    libcef.dll!v8::internal::HandleApiCallHelper<0>(v8::internal::`anonymous-namespace'::BuiltinArguments<1> args, v8::internal::Isolate * isolate)  Line 1213  C++
    2670a0d6()  
    libcef.dll!v8::internal::Invoke(bool is_construct, v8::internal::Handle<v8::internal::JSFunction> function, v8::internal::Handle<v8::internal::Object> receiver, int argc, v8::internal::Handle<v8::internal::Object> * args, bool * has_pending_exception)  Line 127   C++
    libcef.dll!v8::internal::Execution::Call(v8::internal::Isolate * isolate, v8::internal::Handle<v8::internal::Object> callable, v8::internal::Handle<v8::internal::Object> receiver, int argc, v8::internal::Handle<v8::internal::Object> * argv, bool * pending_exception, bool convert_receiver)  Line 186 + 0x14 bytes    C++
    libcef.dll!v8::Function::Call(v8::Handle<v8::Value> recv, int argc, v8::Handle<v8::Value> * argv)  Line 4014    C++
    libcef.dll!WebCore::V8ScriptRunner::callFunction(v8::Handle<v8::Function> function, WebCore::ExecutionContext * context, v8::Handle<v8::Value> receiver, int argc, v8::Handle<v8::Value> * args, v8::Isolate * isolate)  Line 141   C++
    libcef.dll!WebCore::ScriptController::callFunction(WebCore::ExecutionContext * context, v8::Handle<v8::Function> function, v8::Handle<v8::Value> receiver, int argc, v8::Handle<v8::Value> * info, v8::Isolate * isolate)  Line 171 + 0x19 bytes    C++
    libcef.dll!WebCore::ScriptController::callFunction(v8::Handle<v8::Function> function, v8::Handle<v8::Value> receiver, int argc, v8::Handle<v8::Value> * info)  Line 143 + 0x2b bytes    C++
    libcef.dll!WebCore::V8EventListener::callListenerFunction(WebCore::ExecutionContext * context, v8::Handle<v8::Value> jsEvent, WebCore::Event * event)  Line 93 + 0x1e bytes C++
    libcef.dll!WebCore::V8AbstractEventListener::invokeEventHandler(WebCore::ExecutionContext * context, WebCore::Event * event, v8::Local<v8::Value> jsEvent)  Line 127    C++
    libcef.dll!WebCore::V8AbstractEventListener::handleEvent(WebCore::ExecutionContext * context, WebCore::Event * event)  Line 93  C++
    libcef.dll!WebCore::EventTarget::fireEventListeners(WebCore::Event * event, WebCore::EventTargetData * d, WTF::Vector<WebCore::RegisteredEventListener,1,WTF::DefaultAllocator> & entry)  Line 334  C++
    libcef.dll!WebCore::EventTarget::fireEventListeners(WebCore::Event * event)  Line 275 + 0xe bytes   C++
    libcef.dll!WebCore::Node::handleLocalEvents(WebCore::Event * event)  Line 2163 + 0x8 bytes  C++
    libcef.dll!WebCore::NodeEventContext::handleLocalEvents(WebCore::Event * event)  Line 63    C++
    libcef.dll!WebCore::EventDispatcher::dispatchEventAtCapturing(WebCore::WindowEventContext & windowEventContext)  Line 153   C++
    libcef.dll!WebCore::EventDispatcher::dispatch()  Line 119 + 0xb bytes   C++
    libcef.dll!WebCore::EventDispatchMediator::dispatchEvent(WebCore::EventDispatcher * dispatcher)  Line 53    C++
    libcef.dll!WebCore::FocusOutEventDispatchMediator::dispatchEvent(WebCore::EventDispatcher * dispatcher)  Line 102 + 0x8 bytes   C++
    libcef.dll!WebCore::EventDispatcher::dispatchEvent(WebCore::Node * node, WTF::PassRefPtr<WebCore::EventDispatchMediator> mediator)  Line 49 + 0xe bytes C++
    libcef.dll!WebCore::Element::dispatchFocusEvent(WebCore::Element * oldFocusedElement, WebCore::FocusType __formal)  Line 2231 + 0x23 bytes  C++
    libcef.dll!WebCore::Document::setFocusedElement(WTF::PassRefPtr<WebCore::Element> prpNewFocusedElement, WebCore::FocusType type)  Line 3481 C++
    libcef.dll!WebCore::FocusController::setFocusedElement(WebCore::Element * element, WTF::PassRefPtr<WebCore::LocalFrame> newFocusedFrame, WebCore::FocusType type)  Line 667 C++
    libcef.dll!WebCore::Element::focus(bool restorePreviousSelection, WebCore::FocusType type)  Line 2165 + 0x21 bytes  C++
    libcef.dll!WebCore::ElementV8Internal::focusMethodCallback(const v8::FunctionCallbackInfo<v8::Value> & info)  Line 2004 C++
    libcef.dll!v8::internal::FunctionCallbackArguments::Call(void (const v8::FunctionCallbackInfo<v8::Value> &)* f)  Line 57    C++
    libcef.dll!v8::internal::HandleApiCallHelper<0>(v8::internal::`anonymous-namespace'::BuiltinArguments<1> args, v8::internal::Isolate * isolate)  Line 1213  C++
    2670a0d6()  
    libcef.dll!v8::internal::Invoke(bool is_construct, v8::internal::Handle<v8::internal::JSFunction> function, v8::internal::Handle<v8::internal::Object> receiver, int argc, v8::internal::Handle<v8::internal::Object> * args, bool * has_pending_exception)  Line 127   C++
    libcef.dll!v8::internal::Execution::Call(v8::internal::Isolate * isolate, v8::internal::Handle<v8::internal::Object> callable, v8::internal::Handle<v8::internal::Object> receiver, int argc, v8::internal::Handle<v8::internal::Object> * argv, bool * pending_exception, bool convert_receiver)  Line 186 + 0x14 bytes    C++
    libcef.dll!v8::Function::Call(v8::Handle<v8::Value> recv, int argc, v8::Handle<v8::Value> * argv)  Line 4014    C++
    libcef.dll!WebCore::V8ScriptRunner::callFunction(v8::Handle<v8::Function> function, WebCore::ExecutionContext * context, v8::Handle<v8::Value> receiver, int argc, v8::Handle<v8::Value> * args, v8::Isolate * isolate)  Line 141   C++
    libcef.dll!WebCore::ScriptController::callFunction(WebCore::ExecutionContext * context, v8::Handle<v8::Function> function, v8::Handle<v8::Value> receiver, int argc, v8::Handle<v8::Value> * info, v8::Isolate * isolate)  Line 171 + 0x19 bytes    C++
    libcef.dll!WebCore::ScriptController::callFunction(v8::Handle<v8::Function> function, v8::Handle<v8::Value> receiver, int argc, v8::Handle<v8::Value> * info)  Line 143 + 0x2b bytes    C++
    libcef.dll!WebCore::V8EventListener::callListenerFunction(WebCore::ExecutionContext * context, v8::Handle<v8::Value> jsEvent, WebCore::Event * event)  Line 93 + 0x1e bytes C++
    libcef.dll!WebCore::V8AbstractEventListener::invokeEventHandler(WebCore::ExecutionContext * context, WebCore::Event * event, v8::Local<v8::Value> jsEvent)  Line 127    C++
    libcef.dll!WebCore::V8AbstractEventListener::handleEvent(WebCore::ExecutionContext * context, WebCore::Event * event)  Line 93  C++
    libcef.dll!WebCore::EventTarget::fireEventListeners(WebCore::Event * event, WebCore::EventTargetData * d, WTF::Vector<WebCore::RegisteredEventListener,1,WTF::DefaultAllocator> & entry)  Line 334  C++
    libcef.dll!WebCore::EventTarget::fireEventListeners(WebCore::Event * event)  Line 275 + 0xe bytes   C++
    libcef.dll!WebCore::Node::handleLocalEvents(WebCore::Event * event)  Line 2163 + 0x8 bytes  C++
    libcef.dll!WebCore::NodeEventContext::handleLocalEvents(WebCore::Event * event)  Line 63    C++
    libcef.dll!WebCore::EventDispatcher::dispatchEventAtCapturing(WebCore::WindowEventContext & windowEventContext)  Line 153   C++
    libcef.dll!WebCore::EventDispatcher::dispatch()  Line 119 + 0xb bytes   C++
    libcef.dll!WebCore::EventDispatchMediator::dispatchEvent(WebCore::EventDispatcher * dispatcher)  Line 53    C++
    libcef.dll!WebCore::FocusOutEventDispatchMediator::dispatchEvent(WebCore::EventDispatcher * dispatcher)  Line 102 + 0x8 bytes   C++
    libcef.dll!WebCore::EventDispatcher::dispatchEvent(WebCore::Node * node, WTF::PassRefPtr<WebCore::EventDispatchMediator> mediator)  Line 49 + 0xe bytes C++
    libcef.dll!WebCore::Element::dispatchFocusEvent(WebCore::Element * oldFocusedElement, WebCore::FocusType __formal)  Line 2231 + 0x23 bytes  C++
    libcef.dll!WebCore::Document::setFocusedElement(WTF::PassRefPtr<WebCore::Element> prpNewFocusedElement, WebCore::FocusType type)  Line 3481 C++
    libcef.dll!WebCore::FocusController::setFocusedElement(WebCore::Element * element, WTF::PassRefPtr<WebCore::LocalFrame> newFocusedFrame, WebCore::FocusType type)  Line 667 C++
    libcef.dll!WebCore::Element::focus(bool restorePreviousSelection, WebCore::FocusType type)  Line 2165 + 0x21 bytes  C++
    libcef.dll!WebCore::ElementV8Internal::focusMethodCallback(const v8::FunctionCallbackInfo<v8::Value> & info)  Line 2004 C++
    libcef.dll!v8::internal::FunctionCallbackArguments::Call(void (const v8::FunctionCallbackInfo<v8::Value> &)* f)  Line 57    C++
    libcef.dll!v8::internal::HandleApiCallHelper<0>(v8::internal::`anonymous-namespace'::BuiltinArguments<1> args, v8::internal::Isolate * isolate)  Line 1213  C++
    2670a0d6()  
    libcef.dll!v8::internal::Invoke(bool is_construct, v8::internal::Handle<v8::internal::JSFunction> function, v8::internal::Handle<v8::internal::Object> receiver, int argc, v8::internal::Handle<v8::internal::Object> * args, bool * has_pending_exception)  Line 127   C++
    libcef.dll!v8::internal::Execution::Call(v8::internal::Isolate * isolate, v8::internal::Handle<v8::internal::Object> callable, v8::internal::Handle<v8::internal::Object> receiver, int argc, v8::internal::Handle<v8::internal::Object> * argv, bool * pending_exception, bool convert_receiver)  Line 186 + 0x14 bytes    C++
    libcef.dll!v8::Function::Call(v8::Handle<v8::Value> recv, int argc, v8::Handle<v8::Value> * argv)  Line 4014    C++
    libcef.dll!WebCore::V8ScriptRunner::callFunction(v8::Handle<v8::Function> function, WebCore::ExecutionContext * context, v8::Handle<v8::Value> receiver, int argc, v8::Handle<v8::Value> * args, v8::Isolate * isolate)  Line 141   C++
    libcef.dll!WebCore::ScriptController::callFunction(WebCore::ExecutionContext * context, v8::Handle<v8::Function> function, v8::Handle<v8::Value> receiver, int argc, v8::Handle<v8::Value> * info, v8::Isolate * isolate)  Line 171 + 0x19 bytes    C++
    libcef.dll!WebCore::ScriptController::callFunction(v8::Handle<v8::Function> function, v8::Handle<v8::Value> receiver, int argc, v8::Handle<v8::Value> * info)  Line 143 + 0x2b bytes    C++
    libcef.dll!WebCore::V8EventListener::callListenerFunction(WebCore::ExecutionContext * context, v8::Handle<v8::Value> jsEvent, WebCore::Event * event)  Line 93 + 0x1e bytes C++
    libcef.dll!WebCore::V8AbstractEventListener::invokeEventHandler(WebCore::ExecutionContext * context, WebCore::Event * event, v8::Local<v8::Value> jsEvent)  Line 127    C++
    libcef.dll!WebCore::V8AbstractEventListener::handleEvent(WebCore::ExecutionContext * context, WebCore::Event * event)  Line 93  C++
    libcef.dll!WebCore::EventTarget::fireEventListeners(WebCore::Event * event, WebCore::EventTargetData * d, WTF::Vector<WebCore::RegisteredEventListener,1,WTF::DefaultAllocator> & entry)  Line 334  C++
    libcef.dll!WebCore::EventTarget::fireEventListeners(WebCore::Event * event)  Line 275 + 0xe bytes   C++
    libcef.dll!WebCore::Node::handleLocalEvents(WebCore::Event * event)  Line 2163 + 0x8 bytes  C++
    libcef.dll!WebCore::NodeEventContext::handleLocalEvents(WebCore::Event * event)  Line 63    C++
    libcef.dll!WebCore::EventDispatcher::dispatchEventAtCapturing(WebCore::WindowEventContext & windowEventContext)  Line 153   C++
    libcef.dll!WebCore::EventDispatcher::dispatch()  Line 119 + 0xb bytes   C++
    libcef.dll!WebCore::EventDispatchMediator::dispatchEvent(WebCore::EventDispatcher * dispatcher)  Line 53    C++
    libcef.dll!WebCore::FocusOutEventDispatchMediator::dispatchEvent(WebCore::EventDispatcher * dispatcher)  Line 102 + 0x8 bytes   C++
    libcef.dll!WebCore::EventDispatcher::dispatchEvent(WebCore::Node * node, WTF::PassRefPtr<WebCore::EventDispatchMediator> mediator)  Line 49 + 0xe bytes C++
    libcef.dll!WebCore::Element::dispatchFocusEvent(WebCore::Element * oldFocusedElement, WebCore::FocusType __formal)  Line 2231 + 0x23 bytes  C++
    libcef.dll!WebCore::Document::setFocusedElement(WTF::PassRefPtr<WebCore::Element> prpNewFocusedElement, WebCore::FocusType type)  Line 3481 C++
    libcef.dll!WebCore::FocusController::setFocusedElement(WebCore::Element * element, WTF::PassRefPtr<WebCore::LocalFrame> newFocusedFrame, WebCore::FocusType type)  Line 667 C++
    libcef.dll!WebCore::Element::focus(bool restorePreviousSelection, WebCore::FocusType type)  Line 2165 + 0x21 bytes  C++
    libcef.dll!WebCore::ElementV8Internal::focusMethodCallback(const v8::FunctionCallbackInfo<v8::Value> & info)  Line 2004 C++
    libcef.dll!v8::internal::FunctionCallbackArguments::Call(void (const v8::FunctionCallbackInfo<v8::Value> &)* f)  Line 57    C++
    libcef.dll!v8::internal::HandleApiCallHelper<0>(v8::internal::`anonymous-namespace'::BuiltinArguments<1> args, v8::internal::Isolate * isolate)  Line 1213  C++
    2670a0d6()  
    libcef.dll!v8::internal::Invoke(bool is_construct, v8::internal::Handle<v8::internal::JSFunction> function, v8::internal::Handle<v8::internal::Object> receiver, int argc, v8::internal::Handle<v8::internal::Object> * args, bool * has_pending_exception)  Line 127   C++
    libcef.dll!v8::internal::Execution::Call(v8::internal::Isolate * isolate, v8::internal::Handle<v8::internal::Object> callable, v8::internal::Handle<v8::internal::Object> receiver, int argc, v8::internal::Handle<v8::internal::Object> * argv, bool * pending_exception, bool convert_receiver)  Line 186 + 0x14 bytes    C++
    libcef.dll!v8::Function::Call(v8::Handle<v8::Value> recv, int argc, v8::Handle<v8::Value> * argv)  Line 4014    C++
    libcef.dll!WebCore::V8ScriptRunner::callFunction(v8::Handle<v8::Function> function, WebCore::ExecutionContext * context, v8::Handle<v8::Value> receiver, int argc, v8::Handle<v8::Value> * args, v8::Isolate * isolate)  Line 141   C++
    libcef.dll!WebCore::ScriptController::callFunction(WebCore::ExecutionContext * context, v8::Handle<v8::Function> function, v8::Handle<v8::Value> receiver, int argc, v8::Handle<v8::Value> * info, v8::Isolate * isolate)  Line 171 + 0x19 bytes    C++
    libcef.dll!WebCore::ScriptController::callFunction(v8::Handle<v8::Function> function, v8::Handle<v8::Value> receiver, int argc, v8::Handle<v8::Value> * info)  Line 143 + 0x2b bytes    C++
    libcef.dll!WebCore::V8EventListener::callListenerFunction(WebCore::ExecutionContext * context, v8::Handle<v8::Value> jsEvent, WebCore::Event * event)  Line 93 + 0x1e bytes C++
    libcef.dll!WebCore::V8AbstractEventListener::invokeEventHandler(WebCore::ExecutionContext * context, WebCore::Event * event, v8::Local<v8::Value> jsEvent)  Line 127    C++
    libcef.dll!WebCore::V8AbstractEventListener::handleEvent(WebCore::ExecutionContext * context, WebCore::Event * event)  Line 93  C++
    libcef.dll!WebCore::EventTarget::fireEventListeners(WebCore::Event * event, WebCore::EventTargetData * d, WTF::Vector<WebCore::RegisteredEventListener,1,WTF::DefaultAllocator> & entry)  Line 334  C++
    libcef.dll!WebCore::EventTarget::fireEventListeners(WebCore::Event * event)  Line 275 + 0xe bytes   C++
    libcef.dll!WebCore::Node::handleLocalEvents(WebCore::Event * event)  Line 2163 + 0x8 bytes  C++
    libcef.dll!WebCore::NodeEventContext::handleLocalEvents(WebCore::Event * event)  Line 63    C++
    libcef.dll!WebCore::EventDispatcher::dispatchEventAtCapturing(WebCore::WindowEventContext & windowEventContext)  Line 153   C++
    libcef.dll!WebCore::EventDispatcher::dispatch()  Line 119 + 0xb bytes   C++
    libcef.dll!WebCore::EventDispatchMediator::dispatchEvent(WebCore::EventDispatcher * dispatcher)  Line 53    C++
    libcef.dll!WebCore::FocusOutEventDispatchMediator::dispatchEvent(WebCore::EventDispatcher * dispatcher)  Line 102 + 0x8 bytes   C++
    libcef.dll!WebCore::EventDispatcher::dispatchEvent(WebCore::Node * node, WTF::PassRefPtr<WebCore::EventDispatchMediator> mediator)  Line 49 + 0xe bytes C++
    libcef.dll!WebCore::Element::dispatchFocusEvent(WebCore::Element * oldFocusedElement, WebCore::FocusType __formal)  Line 2231 + 0x23 bytes  C++
    libcef.dll!WebCore::Document::setFocusedElement(WTF::PassRefPtr<WebCore::Element> prpNewFocusedElement, WebCore::FocusType type)  Line 3481 C++
    libcef.dll!WebCore::FocusController::setFocusedElement(WebCore::Element * element, WTF::PassRefPtr<WebCore::LocalFrame> newFocusedFrame, WebCore::FocusType type)  Line 667 C++
    libcef.dll!WebCore::Element::focus(bool restorePreviousSelection, WebCore::FocusType type)  Line 2165 + 0x21 bytes  C++
    libcef.dll!WebCore::ElementV8Internal::focusMethodCallback(const v8::FunctionCallbackInfo<v8::Value> & info)  Line 2004 C++
    libcef.dll!v8::internal::FunctionCallbackArguments::Call(void (const v8::FunctionCallbackInfo<v8::Value> &)* f)  Line 57    C++
    libcef.dll!v8::internal::HandleApiCallHelper<0>(v8::internal::`anonymous-namespace'::BuiltinArguments<1> args, v8::internal::Isolate * isolate)  Line 1213  C++
    2670a0d6()  
    libcef.dll!v8::internal::Invoke(bool is_construct, v8::internal::Handle<v8::internal::JSFunction> function, v8::internal::Handle<v8::internal::Object> receiver, int argc, v8::internal::Handle<v8::internal::Object> * args, bool * has_pending_exception)  Line 127   C++
    libcef.dll!v8::internal::Execution::Call(v8::internal::Isolate * isolate, v8::internal::Handle<v8::internal::Object> callable, v8::internal::Handle<v8::internal::Object> receiver, int argc, v8::internal::Handle<v8::internal::Object> * argv, bool * pending_exception, bool convert_receiver)  Line 186 + 0x14 bytes    C++
    libcef.dll!v8::Function::Call(v8::Handle<v8::Value> recv, int argc, v8::Handle<v8::Value> * argv)  Line 4014    C++
    libcef.dll!WebCore::V8ScriptRunner::callFunction(v8::Handle<v8::Function> function, WebCore::ExecutionContext * context, v8::Handle<v8::Value> receiver, int argc, v8::Handle<v8::Value> * args, v8::Isolate * isolate)  Line 141   C++
    libcef.dll!WebCore::ScriptController::callFunction(WebCore::ExecutionContext * context, v8::Handle<v8::Function> function, v8::Handle<v8::Value> receiver, int argc, v8::Handle<v8::Value> * info, v8::Isolate * isolate)  Line 171 + 0x19 bytes    C++
    libcef.dll!WebCore::ScriptController::callFunction(v8::Handle<v8::Function> function, v8::Handle<v8::Value> receiver, int argc, v8::Handle<v8::Value> * info)  Line 143 + 0x2b bytes    C++
    libcef.dll!WebCore::V8EventListener::callListenerFunction(WebCore::ExecutionContext * context, v8::Handle<v8::Value> jsEvent, WebCore::Event * event)  Line 93 + 0x1e bytes C++
    libcef.dll!WebCore::V8AbstractEventListener::invokeEventHandler(WebCore::ExecutionContext * context, WebCore::Event * event, v8::Local<v8::Value> jsEvent)  Line 127    C++
    libcef.dll!WebCore::V8AbstractEventListener::handleEvent(WebCore::ExecutionContext * context, WebCore::Event * event)  Line 93  C++
    libcef.dll!WebCore::EventTarget::fireEventListeners(WebCore::Event * event, WebCore::EventTargetData * d, WTF::Vector<WebCore::RegisteredEventListener,1,WTF::DefaultAllocator> & entry)  Line 334  C++
    libcef.dll!WebCore::EventTarget::fireEventListeners(WebCore::Event * event)  Line 275 + 0xe bytes   C++
    libcef.dll!WebCore::Node::handleLocalEvents(WebCore::Event * event)  Line 2163 + 0x8 bytes  C++
    libcef.dll!WebCore::NodeEventContext::handleLocalEvents(WebCore::Event * event)  Line 63    C++
    libcef.dll!WebCore::EventDispatcher::dispatchEventAtCapturing(WebCore::WindowEventContext & windowEventContext)  Line 153   C++
    libcef.dll!WebCore::EventDispatcher::dispatch()  Line 119 + 0xb bytes   C++
    libcef.dll!WebCore::EventDispatchMediator::dispatchEvent(WebCore::EventDispatcher * dispatcher)  Line 53    C++
    libcef.dll!WebCore::FocusOutEventDispatchMediator::dispatchEvent(WebCore::EventDispatcher * dispatcher)  Line 102 + 0x8 bytes   C++
    libcef.dll!WebCore::EventDispatcher::dispatchEvent(WebCore::Node * node, WTF::PassRefPtr<WebCore::EventDispatchMediator> mediator)  Line 49 + 0xe bytes C++
    libcef.dll!WebCore::Element::dispatchFocusEvent(WebCore::Element * oldFocusedElement, WebCore::FocusType __formal)  Line 2231 + 0x23 bytes  C++
    libcef.dll!WebCore::Document::setFocusedElement(WTF::PassRefPtr<WebCore::Element> prpNewFocusedElement, WebCore::FocusType type)  Line 3481 C++
    libcef.dll!WebCore::FocusController::setFocusedElement(WebCore::Element * element, WTF::PassRefPtr<WebCore::LocalFrame> newFocusedFrame, WebCore::FocusType type)  Line 667 C++
    libcef.dll!WebCore::Element::focus(bool restorePreviousSelection, WebCore::FocusType type)  Line 2165 + 0x21 bytes  C++
    libcef.dll!WebCore::ElementV8Internal::focusMethodCallback(const v8::FunctionCallbackInfo<v8::Value> & info)  Line 2004 C++
    libcef.dll!v8::internal::FunctionCallbackArguments::Call(void (const v8::FunctionCallbackInfo<v8::Value> &)* f)  Line 57    C++
    libcef.dll!v8::internal::HandleApiCallHelper<0>(v8::internal::`anonymous-namespace'::BuiltinArguments<1> args, v8::internal::Isolate * isolate)  Line 1213  C++
    2670a0d6()  
    libcef.dll!v8::internal::Invoke(bool is_construct, v8::internal::Handle<v8::internal::JSFunction> function, v8::internal::Handle<v8::internal::Object> receiver, int argc, v8::internal::Handle<v8::internal::Object> * args, bool * has_pending_exception)  Line 127   C++
    libcef.dll!v8::internal::Execution::Call(v8::internal::Isolate * isolate, v8::internal::Handle<v8::internal::Object> callable, v8::internal::Handle<v8::internal::Object> receiver, int argc, v8::internal::Handle<v8::internal::Object> * argv, bool * pending_exception, bool convert_receiver)  Line 186 + 0x14 bytes    C++
    libcef.dll!v8::Function::Call(v8::Handle<v8::Value> recv, int argc, v8::Handle<v8::Value> * argv)  Line 4014    C++
    libcef.dll!WebCore::V8ScriptRunner::callFunction(v8::Handle<v8::Function> function, WebCore::ExecutionContext * context, v8::Handle<v8::Value> receiver, int argc, v8::Handle<v8::Value> * args, v8::Isolate * isolate)  Line 141   C++
    libcef.dll!WebCore::ScriptController::callFunction(WebCore::ExecutionContext * context, v8::Handle<v8::Function> function, v8::Handle<v8::Value> receiver, int argc, v8::Handle<v8::Value> * info, v8::Isolate * isolate)  Line 171 + 0x19 bytes    C++
    libcef.dll!WebCore::ScriptController::callFunction(v8::Handle<v8::Function> function, v8::Handle<v8::Value> receiver, int argc, v8::Handle<v8::Value> * info)  Line 143 + 0x2b bytes    C++
    libcef.dll!WebCore::V8EventListener::callListenerFunction(WebCore::ExecutionContext * context, v8::Handle<v8::Value> jsEvent, WebCore::Event * event)  Line 93 + 0x1e bytes C++
    libcef.dll!WebCore::V8AbstractEventListener::invokeEventHandler(WebCore::ExecutionContext * context, WebCore::Event * event, v8::Local<v8::Value> jsEvent)  Line 127    C++
    libcef.dll!WebCore::V8AbstractEventListener::handleEvent(WebCore::ExecutionContext * context, WebCore::Event * event)  Line 93  C++
    libcef.dll!WebCore::EventTarget::fireEventListeners(WebCore::Event * event, WebCore::EventTargetData * d, WTF::Vector<WebCore::RegisteredEventListener,1,WTF::DefaultAllocator> & entry)  Line 334  C++
    libcef.dll!WebCore::EventTarget::fireEventListeners(WebCore::Event * event)  Line 275 + 0xe bytes   C++
    libcef.dll!WebCore::Node::handleLocalEvents(WebCore::Event * event)  Line 2163 + 0x8 bytes  C++
    libcef.dll!WebCore::NodeEventContext::handleLocalEvents(WebCore::Event * event)  Line 63    C++
    libcef.dll!WebCore::EventDispatcher::dispatchEventAtCapturing(WebCore::WindowEventContext & windowEventContext)  Line 153   C++
    libcef.dll!WebCore::EventDispatcher::dispatch()  Line 119 + 0xb bytes   C++
    libcef.dll!WebCore::EventDispatchMediator::dispatchEvent(WebCore::EventDispatcher * dispatcher)  Line 53    C++
    libcef.dll!WebCore::FocusOutEventDispatchMediator::dispatchEvent(WebCore::EventDispatcher * dispatcher)  Line 102 + 0x8 bytes   C++
    libcef.dll!WebCore::EventDispatcher::dispatchEvent(WebCore::Node * node, WTF::PassRefPtr<WebCore::EventDispatchMediator> mediator)  Line 49 + 0xe bytes C++
    libcef.dll!WebCore::Element::dispatchFocusEvent(WebCore::Element * oldFocusedElement, WebCore::FocusType __formal)  Line 2231 + 0x23 bytes  C++
    libcef.dll!WebCore::Document::setFocusedElement(WTF::PassRefPtr<WebCore::Element> prpNewFocusedElement, WebCore::FocusType type)  Line 3481 C++
    libcef.dll!WebCore::FocusController::setFocusedElement(WebCore::Element * element, WTF::PassRefPtr<WebCore::LocalFrame> newFocusedFrame, WebCore::FocusType type)  Line 667 C++
    libcef.dll!WebCore::Element::focus(bool restorePreviousSelection, WebCore::FocusType type)  Line 2165 + 0x21 bytes  C++
    libcef.dll!WebCore::ElementV8Internal::focusMethodCallback(const v8::FunctionCallbackInfo<v8::Value> & info)  Line 2004 C++
    libcef.dll!v8::internal::FunctionCallbackArguments::Call(void (const v8::FunctionCallbackInfo<v8::Value> &)* f)  Line 57    C++
    libcef.dll!v8::internal::HandleApiCallHelper<0>(v8::internal::`anonymous-namespace'::BuiltinArguments<1> args, v8::internal::Isolate * isolate)  Line 1213  C++
    2670a0d6()  
    libcef.dll!v8::internal::Invoke(bool is_construct, v8::internal::Handle<v8::internal::JSFunction> function, v8::internal::Handle<v8::internal::Object> receiver, int argc, v8::internal::Handle<v8::internal::Object> * args, bool * has_pending_exception)  Line 127   C++
    libcef.dll!v8::internal::Execution::Call(v8::internal::Isolate * isolate, v8::internal::Handle<v8::internal::Object> callable, v8::internal::Handle<v8::internal::Object> receiver, int argc, v8::internal::Handle<v8::internal::Object> * argv, bool * pending_exception, bool convert_receiver)  Line 186 + 0x14 bytes    C++
    libcef.dll!v8::Function::Call(v8::Handle<v8::Value> recv, int argc, v8::Handle<v8::Value> * argv)  Line 4014    C++
    libcef.dll!WebCore::V8ScriptRunner::callFunction(v8::Handle<v8::Function> function, WebCore::ExecutionContext * context, v8::Handle<v8::Value> receiver, int argc, v8::Handle<v8::Value> * args, v8::Isolate * isolate)  Line 141   C++
    libcef.dll!WebCore::ScriptController::callFunction(WebCore::ExecutionContext * context, v8::Handle<v8::Function> function, v8::Handle<v8::Value> receiver, int argc, v8::Handle<v8::Value> * info, v8::Isolate * isolate)  Line 171 + 0x19 bytes    C++
    libcef.dll!WebCore::ScriptController::callFunction(v8::Handle<v8::Function> function, v8::Handle<v8::Value> receiver, int argc, v8::Handle<v8::Value> * info)  Line 143 + 0x2b bytes    C++
    libcef.dll!WebCore::V8EventListener::callListenerFunction(WebCore::ExecutionContext * context, v8::Handle<v8::Value> jsEvent, WebCore::Event * event)  Line 93 + 0x1e bytes C++
    libcef.dll!WebCore::V8AbstractEventListener::invokeEventHandler(WebCore::ExecutionContext * context, WebCore::Event * event, v8::Local<v8::Value> jsEvent)  Line 127    C++
    libcef.dll!WebCore::V8AbstractEventListener::handleEvent(WebCore::ExecutionContext * context, WebCore::Event * event)  Line 93  C++
    libcef.dll!WebCore::EventTarget::fireEventListeners(WebCore::Event * event, WebCore::EventTargetData * d, WTF::Vector<WebCore::RegisteredEventListener,1,WTF::DefaultAllocator> & entry)  Line 334  C++
    libcef.dll!WebCore::EventTarget::fireEventListeners(WebCore::Event * event)  Line 275 + 0xe bytes   C++
    libcef.dll!WebCore::Node::handleLocalEvents(WebCore::Event * event)  Line 2163 + 0x8 bytes  C++
    libcef.dll!WebCore::NodeEventContext::handleLocalEvents(WebCore::Event * event)  Line 63    C++
    libcef.dll!WebCore::EventDispatcher::dispatchEventAtCapturing(WebCore::WindowEventContext & windowEventContext)  Line 153   C++
    libcef.dll!WebCore::EventDispatcher::dispatch()  Line 119 + 0xb bytes   C++
    libcef.dll!WebCore::EventDispatchMediator::dispatchEvent(WebCore::EventDispatcher * dispatcher)  Line 53    C++
    libcef.dll!WebCore::FocusOutEventDispatchMediator::dispatchEvent(WebCore::EventDispatcher * dispatcher)  Line 102 + 0x8 bytes   C++
    libcef.dll!WebCore::EventDispatcher::dispatchEvent(WebCore::Node * node, WTF::PassRefPtr<WebCore::EventDispatchMediator> mediator)  Line 49 + 0xe bytes C++
    libcef.dll!WebCore::Element::dispatchFocusEvent(WebCore::Element * oldFocusedElement, WebCore::FocusType __formal)  Line 2231 + 0x23 bytes  C++
    libcef.dll!WebCore::Document::setFocusedElement(WTF::PassRefPtr<WebCore::Element> prpNewFocusedElement, WebCore::FocusType type)  Line 3481 C++
    libcef.dll!WebCore::FocusController::setFocusedElement(WebCore::Element * element, WTF::PassRefPtr<WebCore::LocalFrame> newFocusedFrame, WebCore::FocusType type)  Line 667 C++
    libcef.dll!WebCore::Element::focus(bool restorePreviousSelection, WebCore::FocusType type)  Line 2165 + 0x21 bytes  C++
    libcef.dll!WebCore::ElementV8Internal::focusMethodCallback(const v8::FunctionCallbackInfo<v8::Value> & info)  Line 2004 C++
    libcef.dll!v8::internal::FunctionCallbackArguments::Call(void (const v8::FunctionCallbackInfo<v8::Value> &)* f)  Line 57    C++
    libcef.dll!v8::internal::HandleApiCallHelper<0>(v8::internal::`anonymous-namespace'::BuiltinArguments<1> args, v8::internal::Isolate * isolate)  Line 1213  C++
    2670a0d6()  
    libcef.dll!v8::internal::Invoke(bool is_construct, v8::internal::Handle<v8::internal::JSFunction> function, v8::internal::Handle<v8::internal::Object> receiver, int argc, v8::internal::Handle<v8::internal::Object> * args, bool * has_pending_exception)  Line 127   C++
    libcef.dll!v8::internal::Execution::Call(v8::internal::Isolate * isolate, v8::internal::Handle<v8::internal::Object> callable, v8::internal::Handle<v8::internal::Object> receiver, int argc, v8::internal::Handle<v8::internal::Object> * argv, bool * pending_exception, bool convert_receiver)  Line 186 + 0x14 bytes    C++
    libcef.dll!v8::Function::Call(v8::Handle<v8::Value> recv, int argc, v8::Handle<v8::Value> * argv)  Line 4014    C++
    libcef.dll!WebCore::V8ScriptRunner::callFunction(v8::Handle<v8::Function> function, WebCore::ExecutionContext * context, v8::Handle<v8::Value> receiver, int argc, v8::Handle<v8::Value> * args, v8::Isolate * isolate)  Line 141   C++
    libcef.dll!WebCore::ScriptController::callFunction(WebCore::ExecutionContext * context, v8::Handle<v8::Function> function, v8::Handle<v8::Value> receiver, int argc, v8::Handle<v8::Value> * info, v8::Isolate * isolate)  Line 171 + 0x19 bytes    C++
    libcef.dll!WebCore::ScriptController::callFunction(v8::Handle<v8::Function> function, v8::Handle<v8::Value> receiver, int argc, v8::Handle<v8::Value> * info)  Line 143 + 0x2b bytes    C++
    libcef.dll!WebCore::V8EventListener::callListenerFunction(WebCore::ExecutionContext * context, v8::Handle<v8::Value> jsEvent, WebCore::Event * event)  Line 93 + 0x1e bytes C++
    libcef.dll!WebCore::V8AbstractEventListener::invokeEventHandler(WebCore::ExecutionContext * context, WebCore::Event * event, v8::Local<v8::Value> jsEvent)  Line 127    C++
    libcef.dll!WebCore::V8AbstractEventListener::handleEvent(WebCore::ExecutionContext * context, WebCore::Event * event)  Line 93  C++
    libcef.dll!WebCore::EventTarget::fireEventListeners(WebCore::Event * event, WebCore::EventTargetData * d, WTF::Vector<WebCore::RegisteredEventListener,1,WTF::DefaultAllocator> & entry)  Line 334  C++
    libcef.dll!WebCore::EventTarget::fireEventListeners(WebCore::Event * event)  Line 275 + 0xe bytes   C++
    libcef.dll!WebCore::Node::handleLocalEvents(WebCore::Event * event)  Line 2163 + 0x8 bytes  C++
    libcef.dll!WebCore::NodeEventContext::handleLocalEvents(WebCore::Event * event)  Line 63    C++
    libcef.dll!WebCore::EventDispatcher::dispatchEventAtCapturing(WebCore::WindowEventContext & windowEventContext)  Line 153   C++
    libcef.dll!WebCore::EventDispatcher::dispatch()  Line 119 + 0xb bytes   C++
    libcef.dll!WebCore::EventDispatchMediator::dispatchEvent(WebCore::EventDispatcher * dispatcher)  Line 53    C++
    libcef.dll!WebCore::FocusOutEventDispatchMediator::dispatchEvent(WebCore::EventDispatcher * dispatcher)  Line 102 + 0x8 bytes   C++
    libcef.dll!WebCore::EventDispatcher::dispatchEvent(WebCore::Node * node, WTF::PassRefPtr<WebCore::EventDispatchMediator> mediator)  Line 49 + 0xe bytes C++
    libcef.dll!WebCore::Element::dispatchFocusEvent(WebCore::Element * oldFocusedElement, WebCore::FocusType __formal)  Line 2231 + 0x23 bytes  C++
    libcef.dll!WebCore::Document::setFocusedElement(WTF::PassRefPtr<WebCore::Element> prpNewFocusedElement, WebCore::FocusType type)  Line 3481 C++
    libcef.dll!WebCore::FocusController::setFocusedElement(WebCore::Element * element, WTF::PassRefPtr<WebCore::LocalFrame> newFocusedFrame, WebCore::FocusType type)  Line 667 C++
    libcef.dll!WebCore::Element::focus(bool restorePreviousSelection, WebCore::FocusType type)  Line 2165 + 0x21 bytes  C++
    libcef.dll!WebCore::ElementV8Internal::focusMethodCallback(const v8::FunctionCallbackInfo<v8::Value> & info)  Line 2004 C++
    libcef.dll!v8::internal::FunctionCallbackArguments::Call(void (const v8::FunctionCallbackInfo<v8::Value> &)* f)  Line 57    C++
    libcef.dll!v8::internal::HandleApiCallHelper<0>(v8::internal::`anonymous-namespace'::BuiltinArguments<1> args, v8::internal::Isolate * isolate)  Line 1213  C++
    2670a0d6()  
    libcef.dll!v8::internal::Invoke(bool is_construct, v8::internal::Handle<v8::internal::JSFunction> function, v8::internal::Handle<v8::internal::Object> receiver, int argc, v8::internal::Handle<v8::internal::Object> * args, bool * has_pending_exception)  Line 127   C++
    libcef.dll!v8::internal::Execution::Call(v8::internal::Isolate * isolate, v8::internal::Handle<v8::internal::Object> callable, v8::internal::Handle<v8::internal::Object> receiver, int argc, v8::internal::Handle<v8::internal::Object> * argv, bool * pending_exception, bool convert_receiver)  Line 186 + 0x14 bytes    C++
    libcef.dll!v8::Function::Call(v8::Handle<v8::Value> recv, int argc, v8::Handle<v8::Value> * argv)  Line 4014    C++
    libcef.dll!WebCore::V8ScriptRunner::callFunction(v8::Handle<v8::Function> function, WebCore::ExecutionContext * context, v8::Handle<v8::Value> receiver, int argc, v8::Handle<v8::Value> * args, v8::Isolate * isolate)  Line 141   C++
    libcef.dll!WebCore::ScriptController::callFunction(WebCore::ExecutionContext * context, v8::Handle<v8::Function> function, v8::Handle<v8::Value> receiver, int argc, v8::Handle<v8::Value> * info, v8::Isolate * isolate)  Line 171 + 0x19 bytes    C++
    libcef.dll!WebCore::ScriptController::callFunction(v8::Handle<v8::Function> function, v8::Handle<v8::Value> receiver, int argc, v8::Handle<v8::Value> * info)  Line 143 + 0x2b bytes    C++
    libcef.dll!WebCore::V8EventListener::callListenerFunction(WebCore::ExecutionContext * context, v8::Handle<v8::Value> jsEvent, WebCore::Event * event)  Line 93 + 0x1e bytes C++
    libcef.dll!WebCore::V8AbstractEventListener::invokeEventHandler(WebCore::ExecutionContext * context, WebCore::Event * event, v8::Local<v8::Value> jsEvent)  Line 127    C++
    libcef.dll!WebCore::V8AbstractEventListener::handleEvent(WebCore::ExecutionContext * context, WebCore::Event * event)  Line 93  C++
    libcef.dll!WebCore::EventTarget::fireEventListeners(WebCore::Event * event, WebCore::EventTargetData * d, WTF::Vector<WebCore::RegisteredEventListener,1,WTF::DefaultAllocator> & entry)  Line 334  C++
    libcef.dll!WebCore::EventTarget::fireEventListeners(WebCore::Event * event)  Line 275 + 0xe bytes   C++
    libcef.dll!WebCore::Node::handleLocalEvents(WebCore::Event * event)  Line 2163 + 0x8 bytes  C++
    libcef.dll!WebCore::NodeEventContext::handleLocalEvents(WebCore::Event * event)  Line 63    C++
    libcef.dll!WebCore::EventDispatcher::dispatchEventAtCapturing(WebCore::WindowEventContext & windowEventContext)  Line 153   C++
    libcef.dll!WebCore::EventDispatcher::dispatch()  Line 119 + 0xb bytes   C++
    libcef.dll!WebCore::EventDispatchMediator::dispatchEvent(WebCore::EventDispatcher * dispatcher)  Line 53    C++
    libcef.dll!WebCore::FocusOutEventDispatchMediator::dispatchEvent(WebCore::EventDispatcher * dispatcher)  Line 102 + 0x8 bytes   C++
    libcef.dll!WebCore::EventDispatcher::dispatchEvent(WebCore::Node * node, WTF::PassRefPtr<WebCore::EventDispatchMediator> mediator)  Line 49 + 0xe bytes C++
    libcef.dll!WebCore::Element::dispatchFocusEvent(WebCore::Element * oldFocusedElement, WebCore::FocusType __formal)  Line 2231 + 0x23 bytes  C++
    libcef.dll!WebCore::Document::setFocusedElement(WTF::PassRefPtr<WebCore::Element> prpNewFocusedElement, WebCore::FocusType type)  Line 3481 C++
    libcef.dll!WebCore::FocusController::setFocusedElement(WebCore::Element * element, WTF::PassRefPtr<WebCore::LocalFrame> newFocusedFrame, WebCore::FocusType type)  Line 667 C++
    libcef.dll!WebCore::Element::focus(bool restorePreviousSelection, WebCore::FocusType type)  Line 2165 + 0x21 bytes  C++
    libcef.dll!WebCore::ElementV8Internal::focusMethodCallback(const v8::FunctionCallbackInfo<v8::Value> & info)  Line 2004 C++
    libcef.dll!v8::internal::FunctionCallbackArguments::Call(void (const v8::FunctionCallbackInfo<v8::Value> &)* f)  Line 57    C++
    libcef.dll!v8::internal::HandleApiCallHelper<0>(v8::internal::`anonymous-namespace'::BuiltinArguments<1> args, v8::internal::Isolate * isolate)  Line 1213  C++
    2670a0d6()  
    libcef.dll!v8::internal::Invoke(bool is_construct, v8::internal::Handle<v8::internal::JSFunction> function, v8::internal::Handle<v8::internal::Object> receiver, int argc, v8::internal::Handle<v8::internal::Object> * args, bool * has_pending_exception)  Line 127   C++
    libcef.dll!v8::internal::Execution::Call(v8::internal::Isolate * isolate, v8::internal::Handle<v8::internal::Object> callable, v8::internal::Handle<v8::internal::Object> receiver, int argc, v8::internal::Handle<v8::internal::Object> * argv, bool * pending_exception, bool convert_receiver)  Line 186 + 0x14 bytes    C++
    libcef.dll!v8::Function::Call(v8::Handle<v8::Value> recv, int argc, v8::Handle<v8::Value> * argv)  Line 4014    C++
    libcef.dll!WebCore::V8ScriptRunner::callFunction(v8::Handle<v8::Function> function, WebCore::ExecutionContext * context, v8::Handle<v8::Value> receiver, int argc, v8::Handle<v8::Value> * args, v8::Isolate * isolate)  Line 141   C++
    libcef.dll!WebCore::ScriptController::callFunction(WebCore::ExecutionContext * context, v8::Handle<v8::Function> function, v8::Handle<v8::Value> receiver, int argc, v8::Handle<v8::Value> * info, v8::Isolate * isolate)  Line 171 + 0x19 bytes    C++
    libcef.dll!WebCore::ScriptController::callFunction(v8::Handle<v8::Function> function, v8::Handle<v8::Value> receiver, int argc, v8::Handle<v8::Value> * info)  Line 143 + 0x2b bytes    C++
    libcef.dll!WebCore::V8EventListener::callListenerFunction(WebCore::ExecutionContext * context, v8::Handle<v8::Value> jsEvent, WebCore::Event * event)  Line 93 + 0x1e bytes C++
    libcef.dll!WebCore::V8AbstractEventListener::invokeEventHandler(WebCore::ExecutionContext * context, WebCore::Event * event, v8::Local<v8::Value> jsEvent)  Line 127    C++
    libcef.dll!WebCore::V8AbstractEventListener::handleEvent(WebCore::ExecutionContext * context, WebCore::Event * event)  Line 93  C++
    libcef.dll!WebCore::EventTarget::fireEventListeners(WebCore::Event * event, WebCore::EventTargetData * d, WTF::Vector<WebCore::RegisteredEventListener,1,WTF::DefaultAllocator> & entry)  Line 334  C++
    libcef.dll!WebCore::EventTarget::fireEventListeners(WebCore::Event * event)  Line 275 + 0xe bytes   C++
    libcef.dll!WebCore::Node::handleLocalEvents(WebCore::Event * event)  Line 2163 + 0x8 bytes  C++
    libcef.dll!WebCore::NodeEventContext::handleLocalEvents(WebCore::Event * event)  Line 63    C++
    libcef.dll!WebCore::EventDispatcher::dispatchEventAtCapturing(WebCore::WindowEventContext & windowEventContext)  Line 153   C++
    libcef.dll!WebCore::EventDispatcher::dispatch()  Line 119 + 0xb bytes   C++
    libcef.dll!WebCore::EventDispatchMediator::dispatchEvent(WebCore::EventDispatcher * dispatcher)  Line 53    C++
    libcef.dll!WebCore::FocusOutEventDispatchMediator::dispatchEvent(WebCore::EventDispatcher * dispatcher)  Line 102 + 0x8 bytes   C++
    libcef.dll!WebCore::EventDispatcher::dispatchEvent(WebCore::Node * node, WTF::PassRefPtr<WebCore::EventDispatchMediator> mediator)  Line 49 + 0xe bytes C++
    libcef.dll!WebCore::Element::dispatchFocusEvent(WebCore::Element * oldFocusedElement, WebCore::FocusType __formal)  Line 2231 + 0x23 bytes  C++
    libcef.dll!WebCore::Document::setFocusedElement(WTF::PassRefPtr<WebCore::Element> prpNewFocusedElement, WebCore::FocusType type)  Line 3481 C++
    libcef.dll!WebCore::FocusController::setFocusedElement(WebCore::Element * element, WTF::PassRefPtr<WebCore::LocalFrame> newFocusedFrame, WebCore::FocusType type)  Line 667 C++
    libcef.dll!WebCore::Element::focus(bool restorePreviousSelection, WebCore::FocusType type)  Line 2165 + 0x21 bytes  C++
    libcef.dll!WebCore::ElementV8Internal::focusMethodCallback(const v8::FunctionCallbackInfo<v8::Value> & info)  Line 2004 C++
    libcef.dll!v8::internal::FunctionCallbackArguments::Call(void (const v8::FunctionCallbackInfo<v8::Value> &)* f)  Line 57    C++
    libcef.dll!v8::internal::HandleApiCallHelper<0>(v8::internal::`anonymous-namespace'::BuiltinArguments<1> args, v8::internal::Isolate * isolate)  Line 1213  C++
    2670a0d6()  
    libcef.dll!v8::internal::Invoke(bool is_construct, v8::internal::Handle<v8::internal::JSFunction> function, v8::internal::Handle<v8::internal::Object> receiver, int argc, v8::internal::Handle<v8::internal::Object> * args, bool * has_pending_exception)  Line 127   C++
    libcef.dll!v8::internal::Execution::Call(v8::internal::Isolate * isolate, v8::internal::Handle<v8::internal::Object> callable, v8::internal::Handle<v8::internal::Object> receiver, int argc, v8::internal::Handle<v8::internal::Object> * argv, bool * pending_exception, bool convert_receiver)  Line 186 + 0x14 bytes    C++
    libcef.dll!v8::Function::Call(v8::Handle<v8::Value> recv, int argc, v8::Handle<v8::Value> * argv)  Line 4014    C++
    libcef.dll!WebCore::V8ScriptRunner::callFunction(v8::Handle<v8::Function> function, WebCore::ExecutionContext * context, v8::Handle<v8::Value> receiver, int argc, v8::Handle<v8::Value> * args, v8::Isolate * isolate)  Line 141   C++
    libcef.dll!WebCore::ScriptController::callFunction(WebCore::ExecutionContext * context, v8::Handle<v8::Function> function, v8::Handle<v8::Value> receiver, int argc, v8::Handle<v8::Value> * info, v8::Isolate * isolate)  Line 171 + 0x19 bytes    C++
    libcef.dll!WebCore::ScriptController::callFunction(v8::Handle<v8::Function> function, v8::Handle<v8::Value> receiver, int argc, v8::Handle<v8::Value> * info)  Line 143 + 0x2b bytes    C++
    libcef.dll!WebCore::ScheduledAction::execute(WebCore::LocalFrame * frame)  Line 101 C++
    libcef.dll!WebCore::ScheduledAction::execute(WebCore::ExecutionContext * context)  Line 80 + 0x8 bytes  C++
    libcef.dll!WebCore::DOMTimer::fired()  Line 145 C++
    libcef.dll!WebCore::ThreadTimers::sharedTimerFiredInternal()  Line 141  C++
    libcef.dll!WebCore::ThreadTimers::sharedTimerFired()  Line 110  C++
    libcef.dll!base::Timer::RunScheduledTask()  Line 201 + 0x6 bytes    C++
    libcef.dll!base::MessageLoop::RunTask(const base::PendingTask & pending_task)  Line 451 C++
    libcef.dll!base::MessageLoop::DoDelayedWork(base::TimeTicks * next_delayed_work_time)  Line 613 + 0xb bytes C++
    libcef.dll!base::MessagePumpDefault::Run(base::MessagePump::Delegate * delegate)  Line 36 + 0xa bytes   C++
    libcef.dll!base::MessageLoop::RunHandler()  Line 399 + 0x9 bytes    C++
    libcef.dll!base::RunLoop::Run()  Line 50    C++
    libcef.dll!base::MessageLoop::Run()  Line 293   C++
    libcef.dll!content::RendererMain(const content::MainFunctionParams & parameters)  Line 253  C++
    libcef.dll!content::RunNamedProcessTypeMain(const std::basic_string<char,std::char_traits<char>,std::allocator<char> > & process_type, const content::MainFunctionParams & main_function_params, content::ContentMainDelegate * delegate)  Line 470 + 0xd bytes C++
    libcef.dll!content::ContentMainRunnerImpl::Run()  Line 797 + 0x6 bytes  C++
    libcef.dll!content::ContentMain(const content::ContentMainParams & params)  Line 19 + 0x7 bytes C++
    libcef.dll!CefExecuteProcess(const CefMainArgs & args, CefRefPtr<CefApp> application, void * windows_sandbox_info)  Line 94 + 0xc bytes C++
    libcef.dll!cef_execute_process(const _cef_main_args_t * args, _cef_app_t * application, void * windows_sandbox_info)  Line 130 + 0x11 bytes C++
    Brackets.exe!CefExecuteProcess(const CefMainArgs & args, CefRefPtr<CefApp> application, void * windows_sandbox_info)  Line 135  C++
    Brackets.exe!wWinMain(HINSTANCE__ * hInstance, HINSTANCE__ * hPrevInstance, wchar_t * lpCmdLine, int nCmdShow)  Line 129 + 0x28 bytes   C++
    Brackets.exe!__tmainCRTStartup()  Line 275 + 0x1c bytes C
    kernel32.dll!750c495d()     
    [Frames below may be incorrect and/or missing, no symbols loaded for kernel32.dll]  
    ntdll.dll!776a98ee()    
    ntdll.dll!776a98c4()    

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions