| Index: public/web/WebTestingSupport.h
|
| diff --git a/public/web/WebTestingSupport.h b/public/web/WebTestingSupport.h
|
| index 33f316a77424128554bac05ac1bdc1ebe865f2b0..5d3ace80639f61a1828f9e6afe37012d911395b0 100644
|
| --- a/public/web/WebTestingSupport.h
|
| +++ b/public/web/WebTestingSupport.h
|
| @@ -27,14 +27,15 @@
|
| #define WebTestingSupport_h
|
|
|
| #include "../platform/WebCommon.h"
|
| -#include "WebFrame.h"
|
|
|
| namespace blink {
|
|
|
| +class WebFrame;
|
| +
|
| class WebTestingSupport {
|
| public:
|
| - BLINK_EXPORT static void injectInternalsObject(WebLocalFrame*);
|
| - BLINK_EXPORT static void resetInternalsObject(WebLocalFrame*);
|
| + BLINK_EXPORT static void injectInternalsObject(WebFrame*);
|
| + BLINK_EXPORT static void resetInternalsObject(WebFrame*);
|
| };
|
|
|
| }
|
|
|