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

Unified Diff: Source/modules/filesystem/SyncCallbackHelper.h

Issue 72363002: Rename es => exceptionState in other than bindings/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Retry Created 7 years, 1 month 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/filesystem/SyncCallbackHelper.h
diff --git a/Source/modules/filesystem/SyncCallbackHelper.h b/Source/modules/filesystem/SyncCallbackHelper.h
index 4c6b142d0f858d3829d795ed542e2c334639f0f5..1fd0ac580c49db64cd15260d2ac4fa642be351c8 100644
--- a/Source/modules/filesystem/SyncCallbackHelper.h
+++ b/Source/modules/filesystem/SyncCallbackHelper.h
@@ -94,10 +94,10 @@ public:
{
}
- ResultReturnType getResult(ExceptionState& es)
+ ResultReturnType getResult(ExceptionState& exceptionState)
{
if (m_errorCode)
- FileError::throwDOMException(es, m_errorCode);
+ FileError::throwDOMException(exceptionState, m_errorCode);
return m_result;
}
« no previous file with comments | « Source/modules/filesystem/FileWriterSync.cpp ('k') | Source/modules/filesystem/WorkerGlobalScopeFileSystem.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698