Chromium Code Reviews| Index: Source/core/html/HTMLFrameOwnerElement.cpp |
| diff --git a/Source/core/html/HTMLFrameOwnerElement.cpp b/Source/core/html/HTMLFrameOwnerElement.cpp |
| index aaa73ff224c80348e007abd59ae74f8b905a0a51..5767885e13bfb5a4dee3caf6f4405013c8ac7d39 100644 |
| --- a/Source/core/html/HTMLFrameOwnerElement.cpp |
| +++ b/Source/core/html/HTMLFrameOwnerElement.cpp |
| @@ -113,7 +113,7 @@ bool HTMLFrameOwnerElement::isKeyboardFocusable() const |
| return m_contentFrame && HTMLElement::isKeyboardFocusable(); |
| } |
| -SVGDocument* HTMLFrameOwnerElement::getSVGDocument(ExceptionState& exceptionState) const |
| +Document* HTMLFrameOwnerElement::getSVGDocument(ExceptionState& exceptionState) const |
|
Inactive
2014/01/24 00:00:38
Why do we need to return a Document. We can keep r
|
| { |
| Document* doc = contentDocument(); |
| if (doc && doc->isSVGDocument()) |