| Index: Source/platform/TestingPlatformSupport.h
|
| diff --git a/Source/platform/TestingPlatformSupport.h b/Source/platform/TestingPlatformSupport.h
|
| index df525b0cbd144cb76d487e1ca0fd0c5431868e0d..69d8dd123f14a76e002e0d7d2ec30172c9efbe63 100644
|
| --- a/Source/platform/TestingPlatformSupport.h
|
| +++ b/Source/platform/TestingPlatformSupport.h
|
| @@ -67,6 +67,7 @@ public:
|
| // blink::Platform:
|
| virtual blink::WebDiscardableMemory* allocateAndLockDiscardableMemory(size_t bytes) OVERRIDE;
|
| virtual void cryptographicallyRandomValues(unsigned char* buffer, size_t length) OVERRIDE;
|
| + virtual const unsigned char* getTraceCategoryEnabledFlag(const char* categoryName) OVERRIDE;
|
|
|
| private:
|
| const Config m_config;
|
|
|