| Index: third_party/WebKit/Source/platform/v8_inspector/PlatformSTL.h
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/PlatformSTL.h b/third_party/WebKit/Source/platform/v8_inspector/PlatformSTL.h
|
| index dd1fb45a28f0704f33170f86274b262e1c25b79c..bfba971e698add55521fb724439bdbe235aa9473 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/PlatformSTL.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/PlatformSTL.h
|
| @@ -308,4 +308,10 @@ inline static int snprintf(char *buffer, size_t n, const char *format, ...)
|
| } // namespace std
|
| #endif // (_WIN32) && defined( _MSC_VER ) && (_MSC_VER < 1900)
|
|
|
| +#ifdef __sun
|
| +namespace std {
|
| +using ::snprintf;
|
| +} // namespace std
|
| +#endif // __sun
|
| +
|
| #endif // PlatformSTL_h
|
|
|