Chromium Code Reviews| Index: ppapi/cpp/dev/selection_dev.cc |
| =================================================================== |
| --- ppapi/cpp/dev/selection_dev.cc (revision 91773) |
| +++ ppapi/cpp/dev/selection_dev.cc (working copy) |
| @@ -21,7 +21,7 @@ |
| if (!object) |
| return Var().Detach(); |
| return static_cast<Selection_Dev*>(object)-> |
| - GetSelectedText(PPBoolToBool(html)).Detach(); |
| + GetSelectedText(PP_ToBool(html)).Detach(); |
| } |
| const PPP_Selection_Dev ppp_selection = { |