X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Fthird_party%2FWebKit%2FSource%2Fplatform%2Ffonts%2FWidthIterator.h;h=3df34b6c46f1b60b4588730b571add27e2ced6ab;hb=ff3e2503a20db9193d323c1d19c38c68004dec4a;hp=e8f942078450f7a11eae9bc33f228d7b09b536a0;hpb=7338fba38ba696536d1cc9d389afd716a6ab2fe6;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/platform/fonts/WidthIterator.h b/src/third_party/WebKit/Source/platform/fonts/WidthIterator.h index e8f9420..3df34b6 100644 --- a/src/third_party/WebKit/Source/platform/fonts/WidthIterator.h +++ b/src/third_party/WebKit/Source/platform/fonts/WidthIterator.h @@ -63,7 +63,7 @@ public: static bool supportsTypesettingFeatures(const Font& font) { - return !font.typesettingFeatures(); + return !font.fontDescription().typesettingFeatures(); } const Font* m_font;