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

Unified Diff: dm/DM.cpp

Issue 1749363002: Fix MSVC 2015 compiler complaint (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fix MSVC 2015 compiler issue in DM Created 4 years, 10 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dm/DM.cpp
diff --git a/dm/DM.cpp b/dm/DM.cpp
index 01902627870f8de661dce1f2be8194a283898a6f..2eb5593e6c2b87447af89d222e8e12f4a4a22777 100644
--- a/dm/DM.cpp
+++ b/dm/DM.cpp
@@ -138,7 +138,7 @@ static std::atomic<bool> in_signal_handler{false};
static LONG WINAPI handler(EXCEPTION_POINTERS* e) {
static const struct {
const char* name;
- int code;
+ DWORD code;
} kExceptions[] = {
#define _(E) {#E, E}
_(EXCEPTION_ACCESS_VIOLATION),
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698