summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/public/web/WebTestingSupport.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/public/web/WebTestingSupport.h')
-rw-r--r--chromium/third_party/WebKit/public/web/WebTestingSupport.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/chromium/third_party/WebKit/public/web/WebTestingSupport.h b/chromium/third_party/WebKit/public/web/WebTestingSupport.h
index 5d3ace80639..33f316a7742 100644
--- a/chromium/third_party/WebKit/public/web/WebTestingSupport.h
+++ b/chromium/third_party/WebKit/public/web/WebTestingSupport.h
@@ -27,15 +27,14 @@
#define WebTestingSupport_h
#include "../platform/WebCommon.h"
+#include "WebFrame.h"
namespace blink {
-class WebFrame;
-
class WebTestingSupport {
public:
- BLINK_EXPORT static void injectInternalsObject(WebFrame*);
- BLINK_EXPORT static void resetInternalsObject(WebFrame*);
+ BLINK_EXPORT static void injectInternalsObject(WebLocalFrame*);
+ BLINK_EXPORT static void resetInternalsObject(WebLocalFrame*);
};
}