Index: Source/core/inspector/InspectorDOMAgent.cpp |
diff --git a/Source/core/inspector/InspectorDOMAgent.cpp b/Source/core/inspector/InspectorDOMAgent.cpp |
index d209579d5977b9df7214e1c2a885927d83ee8671..a98598dea11a6c1a491d2f5e355ca2c92c095b9b 100644 |
--- a/Source/core/inspector/InspectorDOMAgent.cpp |
+++ b/Source/core/inspector/InspectorDOMAgent.cpp |
@@ -1831,7 +1831,7 @@ void InspectorDOMAgent::domContentLoadedEventFired(LocalFrame* frame) |
void InspectorDOMAgent::invalidateFrameOwnerElement(LocalFrame* frame) |
{ |
- Element* frameOwner = frame->document()->ownerElement(); |
+ HTMLFrameOwnerElement* frameOwner = frame->document()->ownerElement(); |
if (!frameOwner) |
return; |