| Index: Source/core/dom/Element.cpp
|
| diff --git a/Source/core/dom/Element.cpp b/Source/core/dom/Element.cpp
|
| index 921392e15075276481840f28c6b872207fe33766..f98ce2c8ae7548d8409944e20eadcf450a673312 100644
|
| --- a/Source/core/dom/Element.cpp
|
| +++ b/Source/core/dom/Element.cpp
|
| @@ -2327,11 +2327,6 @@ bool Element::isInCanvasSubtree() const
|
| return hasRareData() && elementRareData()->isInCanvasSubtree();
|
| }
|
|
|
| -bool Element::isUnresolvedCustomElement()
|
| -{
|
| - return isCustomElement() && document()->registry()->isUnresolved(this);
|
| -}
|
| -
|
| void Element::setIsInsideRegion(bool value)
|
| {
|
| if (value == isInsideRegion())
|
|
|