Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index b3b23662194415658b93c7dbbfad66ae7f24a728..bb3988231958553323e77598f2e623196727a0ee 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -1496,10 +1496,6 @@ class Object { |
inline void VerifyApiCallResultType(); |
- // ES6 19.1.3.6 Object.prototype.toString |
- MUST_USE_RESULT static MaybeHandle<String> ObjectProtoToString( |
- Isolate* isolate, Handle<Object> object); |
- |
// Prints this object without details. |
void ShortPrint(FILE* out = stdout); |