Chromium Code Reviews| Index: third_party/WebKit/Source/core/html/HTMLElement.cpp |
| diff --git a/third_party/WebKit/Source/core/html/HTMLElement.cpp b/third_party/WebKit/Source/core/html/HTMLElement.cpp |
| index fd68fa31ba72fa0ed183a71a9b33b27b5f67b11e..963dd944bfea50352f57be43299f1b89f19fa070 100644 |
| --- a/third_party/WebKit/Source/core/html/HTMLElement.cpp |
| +++ b/third_party/WebKit/Source/core/html/HTMLElement.cpp |
| @@ -119,7 +119,6 @@ bool HTMLElement::ieForbidsInsertHTML() const |
| || hasTagName(imgTag) |
| || hasTagName(inputTag) |
| || hasTagName(linkTag) |
| - || (RuntimeEnabledFeatures::contextMenuEnabled() && hasTagName(menuitemTag)) |
| || hasTagName(metaTag) |
| || hasTagName(paramTag) |
| || hasTagName(sourceTag) |