| Index: third_party/WebKit/Source/platform/testing/TestingPlatformSupport.cpp
|
| diff --git a/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.cpp b/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.cpp
|
| index bd2e13b3454d6bae1e29e8fef232f7757c11b631..001fe78863d67dab529f3ed3382dfe7546d76378 100644
|
| --- a/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.cpp
|
| +++ b/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.cpp
|
| @@ -104,9 +104,9 @@ WebThread* TestingPlatformSupport::currentThread()
|
| return m_oldPlatform ? m_oldPlatform->currentThread() : nullptr;
|
| }
|
|
|
| -WebBlobRegistry* TestingPlatformSupport::blobRegistry()
|
| +WebBlobRegistry* TestingPlatformSupport::getBlobRegistry()
|
| {
|
| - return m_oldPlatform ? m_oldPlatform->blobRegistry() : nullptr;
|
| + return m_oldPlatform ? m_oldPlatform->getBlobRegistry() : nullptr;
|
| }
|
|
|
| WebClipboard* TestingPlatformSupport::clipboard()
|
|
|