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

Unified Diff: Source/core/frame/ConsoleTypes.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/bindings/core/v8/V8Initializer.cpp ('k') | Source/core/inspector/ConsoleMessage.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/ConsoleTypes.h
diff --git a/Source/core/frame/ConsoleTypes.h b/Source/core/frame/ConsoleTypes.h
index c620e2e9f82b2231f6a9e9dcb8d526e2909b7818..3f8823878417eef44c4e9e74b3f36eba2cd424e8 100644
--- a/Source/core/frame/ConsoleTypes.h
+++ b/Source/core/frame/ConsoleTypes.h
@@ -47,8 +47,7 @@ enum MessageLevel {
LogMessageLevel = 1,
InfoMessageLevel = 5,
WarningMessageLevel = 2,
- ErrorMessageLevel = 3,
- RevokedErrorMessageLevel = 6
+ ErrorMessageLevel = 3
};
} // namespace blink
« no previous file with comments | « Source/bindings/core/v8/V8Initializer.cpp ('k') | Source/core/inspector/ConsoleMessage.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698