summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2019-02-27 23:41:42 -0800
committerJan Kotas <jkotas@microsoft.com>2019-02-28 05:32:09 -0800
commit062597365c5fe0cbab66aa11447e8e6459179cd6 (patch)
treeb23de39bf03af97bb64b13b175c188a19fb360ed
parentd639ff3a0fe8677ff0a4963a92d5dbd1c465bf48 (diff)
downloadcoreclr-062597365c5fe0cbab66aa11447e8e6459179cd6.tar.gz
coreclr-062597365c5fe0cbab66aa11447e8e6459179cd6.tar.bz2
coreclr-062597365c5fe0cbab66aa11447e8e6459179cd6.zip
Fix CoreRT build break
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
-rw-r--r--src/System.Private.CoreLib/shared/System/Threading/Tasks/Task.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/System.Private.CoreLib/shared/System/Threading/Tasks/Task.cs b/src/System.Private.CoreLib/shared/System/Threading/Tasks/Task.cs
index a4c96199f9..4d790f483d 100644
--- a/src/System.Private.CoreLib/shared/System/Threading/Tasks/Task.cs
+++ b/src/System.Private.CoreLib/shared/System/Threading/Tasks/Task.cs
@@ -1971,7 +1971,7 @@ namespace System.Threading.Tasks
}
#if CORERT
- RuntimeAugments.ReportUnhandledException(edi.SourceException);
+ RuntimeExceptionHelpers.ReportUnhandledException(edi.SourceException);
#else
#if FEATURE_COMINTEROP