summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/core/loader/DocumentThreadableLoaderClient.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/core/loader/DocumentThreadableLoaderClient.h')
-rw-r--r--chromium/third_party/WebKit/Source/core/loader/DocumentThreadableLoaderClient.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/WebKit/Source/core/loader/DocumentThreadableLoaderClient.h b/chromium/third_party/WebKit/Source/core/loader/DocumentThreadableLoaderClient.h
index 325a841a345..d272a47c7a1 100644
--- a/chromium/third_party/WebKit/Source/core/loader/DocumentThreadableLoaderClient.h
+++ b/chromium/third_party/WebKit/Source/core/loader/DocumentThreadableLoaderClient.h
@@ -42,7 +42,7 @@ class DocumentThreadableLoaderClient : public ThreadableLoaderClient {
WTF_MAKE_NONCOPYABLE(DocumentThreadableLoaderClient);
WTF_MAKE_FAST_ALLOCATED;
public:
- virtual bool isDocumentThreadableLoaderClient() { return true; }
+ virtual bool isDocumentThreadableLoaderClient() OVERRIDE FINAL { return true; }
virtual void willSendRequest(ResourceRequest& /*newRequest*/, const ResourceResponse& /*redirectResponse*/) { }