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

Unified Diff: src/IceBrowserCompileServer.cpp

Issue 1838753002: Subzero: Remove IceString. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Code review changes Created 4 years, 9 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 | « src/IceBrowserCompileServer.h ('k') | src/IceCfg.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceBrowserCompileServer.cpp
diff --git a/src/IceBrowserCompileServer.cpp b/src/IceBrowserCompileServer.cpp
index 5064d3021d5b10cfcb0c24b69681d6c9bbbdf045..6baf62dec1bf13b6a70bb37bc619864c42db5009 100644
--- a/src/IceBrowserCompileServer.cpp
+++ b/src/IceBrowserCompileServer.cpp
@@ -186,7 +186,7 @@ bool BrowserCompileServer::pushInputBytes(const void *Data, size_t NumBytes) {
NumBytes) != NumBytes;
}
-void BrowserCompileServer::setFatalError(const IceString &Reason) {
+void BrowserCompileServer::setFatalError(const std::string &Reason) {
HadError.store(true);
Ctx->getStrError() << Reason;
// Make sure that the QueueStreamer is not stuck by signaling an early end.
« no previous file with comments | « src/IceBrowserCompileServer.h ('k') | src/IceCfg.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698