| Index: Source/web/tests/FrameTestHelpers.h
|
| diff --git a/Source/web/tests/FrameTestHelpers.h b/Source/web/tests/FrameTestHelpers.h
|
| index 6f81d563d756becf351b84b6a33820a140ca6ee9..dbe16fdef7c88761afaa1af724591db7847fa2ab 100644
|
| --- a/Source/web/tests/FrameTestHelpers.h
|
| +++ b/Source/web/tests/FrameTestHelpers.h
|
| @@ -75,7 +75,7 @@ private:
|
| // frames and need further specialization of WebFrameClient behavior should subclass this.
|
| class TestWebFrameClient : public WebFrameClient {
|
| public:
|
| - virtual WebFrame* createChildFrame(WebFrame* parent, const WebString& frameName) OVERRIDE;
|
| + virtual WebFrame* createChildFrame(WebLocalFrame* parent, const WebString& frameName) OVERRIDE;
|
| virtual void frameDetached(WebFrame*) OVERRIDE;
|
| };
|
|
|
|
|