| Index: Source/core/platform/graphics/Image.cpp
|
| diff --git a/Source/core/platform/graphics/Image.cpp b/Source/core/platform/graphics/Image.cpp
|
| index 86b9ad2a32434986c8aee9b6103341098ba73333..a7628d40cdc9745c9672e4720cd295238a994c70 100644
|
| --- a/Source/core/platform/graphics/Image.cpp
|
| +++ b/Source/core/platform/graphics/Image.cpp
|
| @@ -66,7 +66,7 @@ Image* Image::nullImage()
|
|
|
| PassRefPtr<Image> Image::loadPlatformResource(const char *name)
|
| {
|
| - const WebKit::WebData& resource = WebKit::Platform::current()->loadResource(name);
|
| + const blink::WebData& resource = blink::Platform::current()->loadResource(name);
|
| if (resource.isEmpty())
|
| return Image::nullImage();
|
|
|
|
|