| Index: ppapi/cpp/dev/font_dev.h
|
| diff --git a/ppapi/cpp/dev/font_dev.h b/ppapi/cpp/dev/font_dev.h
|
| index 7fc5c41e7a8482eb47fd77fecca7411283061123..1ffb08bf7c3172e8339e718994f86cd11f7e83b8 100644
|
| --- a/ppapi/cpp/dev/font_dev.h
|
| +++ b/ppapi/cpp/dev/font_dev.h
|
| @@ -104,7 +104,7 @@ class Font_Dev : public Resource {
|
| Font_Dev();
|
|
|
| explicit Font_Dev(PP_Resource resource);
|
| - explicit Font_Dev(Instance* instance, const FontDescription_Dev& description);
|
| + Font_Dev(Instance* instance, const FontDescription_Dev& description);
|
| Font_Dev(const Font_Dev& other);
|
|
|
| Font_Dev& operator=(const Font_Dev& other);
|
|
|