Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / tools / memory_watcher / dllmain.cc
index 6bd9153..b642314 100644 (file)
@@ -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;
   }
 };