Index: third_party/WebKit/public/web/WebConsoleMessage.h |
diff --git a/third_party/WebKit/public/web/WebConsoleMessage.h b/third_party/WebKit/public/web/WebConsoleMessage.h |
index d0a109c348648438725fa143008e69ce0fb816cf..2c2c062979b8e16e68206fc94a1ade32aeba5f04 100644 |
--- a/third_party/WebKit/public/web/WebConsoleMessage.h |
+++ b/third_party/WebKit/public/web/WebConsoleMessage.h |
@@ -42,7 +42,6 @@ struct WebConsoleMessage { |
LevelInfo = 5, |
LevelWarning = 2, |
LevelError = 3, |
- LevelRevokedError = 6, |
LevelLast = LevelInfo |
}; |