| Index: third_party/WebKit/Source/core/page/PrintContext.cpp
|
| diff --git a/third_party/WebKit/Source/core/page/PrintContext.cpp b/third_party/WebKit/Source/core/page/PrintContext.cpp
|
| index e0713d58ffd2bd9d29ce883a064900b16b132fc5..52b76ee784c8af82b96c954e7c72130e930691f1 100644
|
| --- a/third_party/WebKit/Source/core/page/PrintContext.cpp
|
| +++ b/third_party/WebKit/Source/core/page/PrintContext.cpp
|
| @@ -277,7 +277,7 @@ String PrintContext::pageProperty(LocalFrame* frame, const char* propertyName, i
|
| if (!strcmp(propertyName, "font-size"))
|
| return String::number(style->getFontDescription().computedPixelSize());
|
| if (!strcmp(propertyName, "font-family"))
|
| - return style->getFontDescription().family().family().string();
|
| + return style->getFontDescription().family().family().getString();
|
| if (!strcmp(propertyName, "size"))
|
| return String::number(style->pageSize().width()) + ' ' + String::number(style->pageSize().height());
|
|
|
|
|