diff options
Diffstat (limited to 'Source/WebKit/qt/Api/qwebelement.h')
| -rw-r--r-- | Source/WebKit/qt/Api/qwebelement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebKit/qt/Api/qwebelement.h b/Source/WebKit/qt/Api/qwebelement.h index efec5eb7c..e907a69a1 100644 --- a/Source/WebKit/qt/Api/qwebelement.h +++ b/Source/WebKit/qt/Api/qwebelement.h @@ -150,7 +150,7 @@ private: static QWebElement enclosingElement(WebCore::Node*); friend class DumpRenderTreeSupportQt; - friend class QWebFrame; + friend class QWebFrameAdapter; friend class QWebElementCollection; friend class QWebHitTestResult; friend class QWebHitTestResultPrivate; |
