Index: third_party/WebKit/Source/core/layout/LayoutTheme.cpp |
diff --git a/third_party/WebKit/Source/core/layout/LayoutTheme.cpp b/third_party/WebKit/Source/core/layout/LayoutTheme.cpp |
index 3b7e8a620e5851f0f13d098cfda639ee6a7b1a8b..b229597f22f1a42204b54ca8564cc9107fbc599e 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutTheme.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutTheme.cpp |
@@ -256,7 +256,7 @@ void LayoutTheme::AdjustStyle(ComputedStyle& style, Element* e) { |
String LayoutTheme::ExtraDefaultStyleSheet() { |
StringBuilder runtime_css; |
if (RuntimeEnabledFeatures::contextMenuEnabled()) |
- runtime_css.Append("menu[type=\"popup\" i] { display: none; }"); |
+ runtime_css.Append("menu[type=\"context\" i] { display: none; }"); |
return runtime_css.ToString(); |
} |