| Index: third_party/WebKit/Source/core/workers/AbstractWorker.h
|
| diff --git a/third_party/WebKit/Source/core/workers/AbstractWorker.h b/third_party/WebKit/Source/core/workers/AbstractWorker.h
|
| index 7a3db0101e7f58ee1c82090f066b68bb5979977b..feda32bf43dd5141c0891ec06988805e486d1f68 100644
|
| --- a/third_party/WebKit/Source/core/workers/AbstractWorker.h
|
| +++ b/third_party/WebKit/Source/core/workers/AbstractWorker.h
|
| @@ -59,7 +59,7 @@ public:
|
|
|
| protected:
|
| // Helper function that converts a URL to an absolute URL and checks the result for validity.
|
| - KURL resolveURL(const String& url, ExceptionState&);
|
| + KURL resolveURL(const String& url, ExceptionState&, WebURLRequest::RequestContext);
|
| };
|
|
|
| } // namespace blink
|
|
|