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