diff --git a/include/wrapper/cef_closure_task.h b/include/wrapper/cef_closure_task.h index 76db4fa42..8828c6566 100644 --- a/include/wrapper/cef_closure_task.h +++ b/include/wrapper/cef_closure_task.h @@ -69,7 +69,7 @@ // MyClass() {} // void MyMethod(int arg) { /* do something with |arg| on the UI thread */ } // private: -// IMPLEMENT_REFOCUNTING(MyClass); +// IMPLEMENT_REFCOUNTING(MyClass); // }; // // // Create an instance of MyClass.