| Index: public/web/WebFrame.h
|
| diff --git a/public/web/WebFrame.h b/public/web/WebFrame.h
|
| index 9155e084f11488892c0f9a3825a98c742684e1ed..1f81c968871ee03eb767a171efef22f9d5ca384f 100644
|
| --- a/public/web/WebFrame.h
|
| +++ b/public/web/WebFrame.h
|
| @@ -230,9 +230,6 @@ public:
|
| // Returns the child frame identified by the given name.
|
| virtual WebFrame* findChildByName(const WebString& name) const = 0;
|
|
|
| - // Returns the child frame identified by the given xpath expression.
|
| - virtual WebFrame* findChildByExpression(const WebString& xpath) const = 0;
|
| -
|
|
|
| // Content ------------------------------------------------------------
|
|
|
|
|