Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1057)

Unified Diff: third_party/WebKit/Source/platform/testing/TestingPlatformSupport.cpp

Issue 2329683002: Rename blobRegistry() functions and methods to getBlobRegistry(). (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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()
« no previous file with comments | « third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h ('k') | third_party/WebKit/public/platform/Platform.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698