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

Unified Diff: Source/core/loader/ThreadableLoader.h

Issue 20294002: Fix trailing whitespace in .cpp, .h, and .idl files (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 7 years, 5 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 | « Source/core/loader/TextTrackLoader.cpp ('k') | Source/core/loader/ThreadableLoader.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/loader/ThreadableLoader.h
diff --git a/Source/core/loader/ThreadableLoader.h b/Source/core/loader/ThreadableLoader.h
index b5f5f68aea553c89f062d7502746a604614f54ab..6df1a5ce0a0ffd30d00681897cbf05f9d508c7e6 100644
--- a/Source/core/loader/ThreadableLoader.h
+++ b/Source/core/loader/ThreadableLoader.h
@@ -44,7 +44,7 @@ namespace WebCore {
class ResourceResponse;
class ScriptExecutionContext;
class ThreadableLoaderClient;
-
+
enum CrossOriginRequestPolicy {
DenyCrossOriginRequests,
UseAccessControl,
@@ -77,7 +77,7 @@ namespace WebCore {
unsigned long timeoutMilliseconds;
};
- // Useful for doing loader operations from any thread (not threadsafe,
+ // Useful for doing loader operations from any thread (not threadsafe,
// just able to run on threads other than the main thread).
class ThreadableLoader {
WTF_MAKE_NONCOPYABLE(ThreadableLoader);
« no previous file with comments | « Source/core/loader/TextTrackLoader.cpp ('k') | Source/core/loader/ThreadableLoader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698