| Index: Source/core/platform/graphics/chromium/FontPlatformDataChromiumWin.cpp
|
| diff --git a/Source/core/platform/graphics/chromium/FontPlatformDataChromiumWin.cpp b/Source/core/platform/graphics/chromium/FontPlatformDataChromiumWin.cpp
|
| index 0f4133a0aaebea00b1121cbed9be019655fc1e1c..33083a75b3119dea9b4b4de0fc62b33150ab2c6f 100644
|
| --- a/Source/core/platform/graphics/chromium/FontPlatformDataChromiumWin.cpp
|
| +++ b/Source/core/platform/graphics/chromium/FontPlatformDataChromiumWin.cpp
|
| @@ -411,7 +411,7 @@ SCRIPT_FONTPROPERTIES* FontPlatformData::scriptFontProperties() const
|
|
|
| bool FontPlatformData::ensureFontLoaded(HFONT font)
|
| {
|
| - WebKit::WebSandboxSupport* sandboxSupport = WebKit::Platform::current()->sandboxSupport();
|
| + blink::WebSandboxSupport* sandboxSupport = blink::Platform::current()->sandboxSupport();
|
| // if there is no sandbox, then we can assume the font
|
| // was able to be loaded successfully already
|
| return sandboxSupport ? sandboxSupport->ensureFontLoaded(font) : true;
|
|
|