| 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 e14865e68b1ea33d0c0177fc128889f567a1d230..d88771d3269bc6c6eb298b2e1978d7182b1bbaac 100644
|
| --- a/third_party/WebKit/Source/core/workers/AbstractWorker.h
|
| +++ b/third_party/WebKit/Source/core/workers/AbstractWorker.h
|
| @@ -62,7 +62,8 @@ class CORE_EXPORT AbstractWorker : public EventTargetWithInlineData,
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| protected:
|
| - // Helper function that converts a URL to an absolute URL and checks the result for validity.
|
| + // Helper function that converts a URL to an absolute URL and checks the
|
| + // result for validity.
|
| KURL resolveURL(const String& url,
|
| ExceptionState&,
|
| WebURLRequest::RequestContext);
|
|
|