Chromium Code Reviews| Index: third_party/WebKit/public/platform/Platform.h |
| diff --git a/third_party/WebKit/public/platform/Platform.h b/third_party/WebKit/public/platform/Platform.h |
| index 4264a4cd22d5e6a7a3757f12025b6c572370b9dc..99bf13d9fb3a81a8ab9daec116c85c8a6a7a49d5 100644 |
| --- a/third_party/WebKit/public/platform/Platform.h |
| +++ b/third_party/WebKit/public/platform/Platform.h |
| @@ -138,7 +138,9 @@ class BLINK_PLATFORM_EXPORT Platform { |
| static void shutdown(); |
| static Platform* current(); |
| - // Used to switch the current platform only for testing. |
| + // Used to switch the current platform only for testing. Since this method |
| + // calls virtual methods internally, you should not call with self instance |
|
Takashi Toyoshima
2016/12/22 06:29:06
probably worth noting
|
| + // inside a Platform subclass's constructor. |
| static void setCurrentPlatformForTesting(Platform*); |
| // May return null. |