X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Ftools%2Fmemory_watcher%2Fdllmain.cc;h=b642314727bba18a1c4ee889462dfd47c2e6647c;hb=ff3e2503a20db9193d323c1d19c38c68004dec4a;hp=6bd91535d506d6b20dac593d80da371a52e9803a;hpb=7338fba38ba696536d1cc9d389afd716a6ab2fe6;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/tools/memory_watcher/dllmain.cc b/src/tools/memory_watcher/dllmain.cc index 6bd9153..b642314 100644 --- a/src/tools/memory_watcher/dllmain.cc +++ b/src/tools/memory_watcher/dllmain.cc @@ -35,9 +35,8 @@ class MemoryWatcherDumpKey : public HotKeyHandler { MemoryWatcherDumpKey(UINT modifiers, UINT vkey) : HotKeyHandler(modifiers, vkey) {} - virtual LRESULT OnHotKey(UINT, WPARAM, LPARAM, BOOL& bHandled) { + virtual void OnHotKey(UINT, WPARAM, LPARAM) { SetEvent(g_dump_event); - return 1; } };