Index: Source/core/accessibility/AXObjectCache.cpp |
diff --git a/Source/core/accessibility/AXObjectCache.cpp b/Source/core/accessibility/AXObjectCache.cpp |
index dc0fb4b81c476f8c54212bdab117d272e3270eb2..8e3f956ad83748ece8af8aef5a245a52f8609687 100644 |
--- a/Source/core/accessibility/AXObjectCache.cpp |
+++ b/Source/core/accessibility/AXObjectCache.cpp |
@@ -896,7 +896,7 @@ void AXObjectCache::textMarkerDataForVisiblePosition(TextMarkerData& textMarkerD |
return; |
if (domNode->isHTMLElement()) { |
- HTMLInputElement* inputElement = domNode->toInputElement(); |
+ Handle<HTMLInputElement> inputElement = domNode->toInputElement(); |
if (inputElement && inputElement->isPasswordField()) |
return; |
} |