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

Unified Diff: public/web/WebConsoleMessage.h

Issue 1090583005: Revert of DevTools: [console] Logged promise rejections do not change state once handled (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Encompass Oilpan fix Created 5 years, 8 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 | « Source/devtools/protocol.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebConsoleMessage.h
diff --git a/public/web/WebConsoleMessage.h b/public/web/WebConsoleMessage.h
index 9f61f2fcc31a5eeed4cbe75c3f6db80e4cf83cf6..616e8ebb0fd8349df9c42ce3b8b778e667fa00a6 100644
--- a/public/web/WebConsoleMessage.h
+++ b/public/web/WebConsoleMessage.h
@@ -42,7 +42,6 @@ struct WebConsoleMessage {
LevelInfo = 5,
LevelWarning = 2,
LevelError = 3,
- LevelRevokedError = 6,
LevelLast = LevelInfo
};
« no previous file with comments | « Source/devtools/protocol.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698