| Index: Source/core/css/RemoteFontFaceSource.h
|
| diff --git a/Source/core/css/RemoteFontFaceSource.h b/Source/core/css/RemoteFontFaceSource.h
|
| index 500a7d7c153005896bbd00558699015d56a5ffbf..de4e90c8c0d9caff356cd3659e4370c9f995e90f 100644
|
| --- a/Source/core/css/RemoteFontFaceSource.h
|
| +++ b/Source/core/css/RemoteFontFaceSource.h
|
| @@ -13,7 +13,7 @@ namespace WebCore {
|
|
|
| class RemoteFontFaceSource : public CSSFontFaceSource, public FontResourceClient {
|
| public:
|
| - RemoteFontFaceSource(FontResource*);
|
| + explicit RemoteFontFaceSource(FontResource*);
|
| virtual ~RemoteFontFaceSource();
|
|
|
| virtual FontResource* resource() OVERRIDE { return m_font.get(); }
|
|
|