Index: third_party/WebKit/Source/web/WebLocalFrameImpl.cpp |
diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp |
index c8a165a11f023e7524e4feb07a2fa2513e0b9249..a4a1f40ae74a06ee76a801ba677fb99cd0f60cd0 100644 |
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp |
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp |
@@ -766,7 +766,6 @@ void WebLocalFrameImpl::addMessageToConsole(const WebConsoleMessage& message) |
break; |
// Unsupported values. |
case WebConsoleMessage::LevelInfo: |
- case WebConsoleMessage::LevelRevokedError: |
break; |
} |