| Index: Source/core/html/HTMLElement.cpp
|
| diff --git a/Source/core/html/HTMLElement.cpp b/Source/core/html/HTMLElement.cpp
|
| index f0393cd10f83154cca53dba9a3f25736c9dc01cb..782fe00503477feeb3e081c6adf645978849b80d 100644
|
| --- a/Source/core/html/HTMLElement.cpp
|
| +++ b/Source/core/html/HTMLElement.cpp
|
| @@ -99,7 +99,6 @@ bool HTMLElement::ieForbidsInsertHTML() const
|
| || hasLocalName(imageTag)
|
| || hasLocalName(imgTag)
|
| || hasLocalName(inputTag)
|
| - || hasLocalName(isindexTag)
|
| || hasLocalName(linkTag)
|
| || hasLocalName(metaTag)
|
| || hasLocalName(paramTag)
|
|
|