| Index: Source/platform/PlatformScreen.cpp
|
| diff --git a/Source/platform/PlatformScreen.cpp b/Source/platform/PlatformScreen.cpp
|
| index df049b8f676eaf178dbe85ed59fc34e49f75b32b..64d7f6ec381d51eb349127d1d4a8fd0781308cff 100644
|
| --- a/Source/platform/PlatformScreen.cpp
|
| +++ b/Source/platform/PlatformScreen.cpp
|
| @@ -91,8 +91,8 @@ FloatRect screenAvailableRect(Widget* widget)
|
|
|
| void screenColorProfile(ColorProfile& toProfile)
|
| {
|
| - WebKit::WebVector<char> profile;
|
| - WebKit::Platform::current()->screenColorProfile(&profile);
|
| + blink::WebVector<char> profile;
|
| + blink::Platform::current()->screenColorProfile(&profile);
|
| toProfile.append(profile.data(), profile.size());
|
| }
|
|
|
|
|