Index: public/testing/WebTestInterfaces.h |
diff --git a/public/testing/WebTestInterfaces.h b/public/testing/WebTestInterfaces.h |
index 8949a75c6b653a09589387e1d5d73ea148f12ec0..78227d8fdbaef061842423188d7cd985a508508d 100644 |
--- a/public/testing/WebTestInterfaces.h |
+++ b/public/testing/WebTestInterfaces.h |
@@ -36,6 +36,7 @@ |
namespace WebKit { |
class WebAudioDevice; |
+class WebCrypto; |
class WebFrame; |
class WebMediaStreamCenter; |
class WebMediaStreamCenterClient; |
@@ -77,6 +78,8 @@ public: |
WebKit::WebAudioDevice* createAudioDevice(double sampleRate); |
+ WebKit::WebCrypto* crypto(); |
+ |
#if WEBTESTRUNNER_IMPLEMENTATION |
TestInterfaces* testInterfaces(); |
#endif |