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

Unified Diff: Source/web/WorkerFileWriterCallbacksBridge.cpp

Issue 20300002: Fix trailing whitespace in .cpp, .h, and .idl files (ex. Source/core) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/web/WorkerAsyncFileWriterChromium.h ('k') | Source/web/tests/IDBBindingUtilitiesTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WorkerFileWriterCallbacksBridge.cpp
diff --git a/Source/web/WorkerFileWriterCallbacksBridge.cpp b/Source/web/WorkerFileWriterCallbacksBridge.cpp
index 159cbc6ce12e08c92bc8ada7a3111bb38f593c45..96aaa33446a05811da4983f7ff5a3a1b359ed800 100644
--- a/Source/web/WorkerFileWriterCallbacksBridge.cpp
+++ b/Source/web/WorkerFileWriterCallbacksBridge.cpp
@@ -62,7 +62,7 @@ void WorkerFileWriterCallbacksBridge::postWriteToMainThread(long long position,
{
ASSERT(!m_operationInProgress);
m_operationInProgress = true;
- dispatchTaskToMainThread(createCallbackTask(&writeOnMainThread,
+ dispatchTaskToMainThread(createCallbackTask(&writeOnMainThread,
this, position, data));
}
@@ -70,7 +70,7 @@ void WorkerFileWriterCallbacksBridge::postTruncateToMainThread(long long length)
{
ASSERT(!m_operationInProgress);
m_operationInProgress = true;
- dispatchTaskToMainThread(createCallbackTask(&truncateOnMainThread,
+ dispatchTaskToMainThread(createCallbackTask(&truncateOnMainThread,
this, length));
}
« no previous file with comments | « Source/web/WorkerAsyncFileWriterChromium.h ('k') | Source/web/tests/IDBBindingUtilitiesTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698