webengine/osswebengine/WebCore/page/symbian/WebCoreFrameBridge.h
changeset 15 60c5402cb945
parent 0 dd21522fd290
child 25 0ed94ceaa377
--- a/webengine/osswebengine/WebCore/page/symbian/WebCoreFrameBridge.h	Thu Sep 24 12:53:48 2009 +0300
+++ b/webengine/osswebengine/WebCore/page/symbian/WebCoreFrameBridge.h	Mon Oct 26 08:28:45 2009 +0200
@@ -87,7 +87,7 @@
     void updateThumbnail();
     Vector<WebCore::IntRect>* focusableRectList() { return &m_focusableNodeList; }
     bool searchFor(TPtrC string, bool forward, bool caseSensitive, bool wrapFlag, bool startInSelection);
-    bool getTypeFromElement(WebCore::Node* node, TBrCtlDefs::TBrCtlElementType& aElType, TRect& aFocusRect) const;
+    bool getTypeFromElement(WebCore::Node* node, TBrCtlDefs::TBrCtlElementType& aElType, TRect& aFocusRect, WebCore::Node*& aRNode) const;
     
     virtual ~WebCoreFrameBridge();