| Index: Source/platform/network/ResourceError.cpp
|
| diff --git a/Source/platform/network/ResourceError.cpp b/Source/platform/network/ResourceError.cpp
|
| index 92762a3708ff8ee263fe9096264d9c5ca160dd33..197950029b680e72eb6de14f372190eb22cffe44 100644
|
| --- a/Source/platform/network/ResourceError.cpp
|
| +++ b/Source/platform/network/ResourceError.cpp
|
| @@ -38,7 +38,7 @@ const char errorDomainWebKitInternal[] = "WebKitInternal";
|
|
|
| ResourceError ResourceError::cancelledError(const String& failingURL)
|
| {
|
| - return WebKit::Platform::current()->cancelledError(KURL(ParsedURLString, failingURL));
|
| + return blink::Platform::current()->cancelledError(KURL(ParsedURLString, failingURL));
|
| }
|
|
|
| ResourceError ResourceError::copy() const
|
|
|