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

Unified Diff: Source/modules/webdatabase/Database.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
Index: Source/modules/webdatabase/Database.cpp
diff --git a/Source/modules/webdatabase/Database.cpp b/Source/modules/webdatabase/Database.cpp
index b6676d6bc5da5d5f0adf3bbdd6cb9c026fa85f42..e0a9edc1e82ee5354b652c52f50f4ee9574eb101 100644
--- a/Source/modules/webdatabase/Database.cpp
+++ b/Source/modules/webdatabase/Database.cpp
@@ -102,7 +102,7 @@ private:
: m_context(context)
{
}
-
+
RefPtr<ScriptExecutionContext> m_context;
};
@@ -113,7 +113,7 @@ Database::~Database()
// Grab a pointer to the script execution here because we're releasing it when we pass it to
// DerefContextTask::create.
ScriptExecutionContext* scriptExecutionContext = m_scriptExecutionContext.get();
-
+
scriptExecutionContext->postTask(DerefContextTask::create(m_scriptExecutionContext.release()));
}
}
« no previous file with comments | « Source/modules/webdatabase/DOMWindowWebDatabase.h ('k') | Source/modules/webdatabase/DatabaseAuthorizer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698