Index: Source/web/FrameLoaderClientImpl.cpp |
diff --git a/Source/web/FrameLoaderClientImpl.cpp b/Source/web/FrameLoaderClientImpl.cpp |
index 0434b469a336f480418bad73afc866a9b4a55c34..c8cb57f3fdceacbd6aa7637ef22b3a88ed6ea581 100644 |
--- a/Source/web/FrameLoaderClientImpl.cpp |
+++ b/Source/web/FrameLoaderClientImpl.cpp |
@@ -593,7 +593,7 @@ String FrameLoaderClientImpl::userAgent(const KURL& url) |
if (!override.isEmpty()) |
return override; |
- return blink::Platform::current()->userAgent(url); |
+ return blink::Platform::current()->userAgent(); |
} |
String FrameLoaderClientImpl::doNotTrackValue() |