Update path to fonts

Change-Id: I65e9b50bb427575e755d2fb431994bc6831a6310
diff --git a/Source/WebCore/platform/graphics/freetype/FontPlatformDataFreeType.cpp b/Source/WebCore/platform/graphics/freetype/FontPlatformDataFreeType.cpp
index e191483..8c6b7e0 100644
--- a/Source/WebCore/platform/graphics/freetype/FontPlatformDataFreeType.cpp
+++ b/Source/WebCore/platform/graphics/freetype/FontPlatformDataFreeType.cpp
@@ -189,7 +189,7 @@
 
     FT_Face freeTypeFace;
     RefPtr<cairo_font_face_t> fontFace;
-    if (FT_New_Face(library, "/system/fonts/Roboto-Regular.ttf", 0, &freeTypeFace) == 0) {
+    if (FT_New_Face(library, "/system/data/fonts/Roboto-Regular.ttf", 0, &freeTypeFace) == 0) {
         fontFace = adoptRef(cairo_ft_font_face_create_for_ft_face(freeTypeFace, 0));
     } else {
         WTFLogAlways("FT_New_Face failed");