Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(651)

Unified Diff: third_party/WebKit/Source/core/workers/AbstractWorker.h

Issue 2387983002: Worker: Reflow comments in worker components (Closed)
Patch Set: manually tweak Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/workers/AbstractWorker.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/workers/AbstractWorker.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698