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

Unified Diff: src/property.h

Issue 2627003005: [printing] Remove duplicate code that prints property details. (Closed)
Patch Set: Created 3 years, 11 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
« no previous file with comments | « src/objects-printer.cc ('k') | src/property.cc » ('j') | src/property.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/property.h
diff --git a/src/property.h b/src/property.h
index 61baef04ad66b6b75ffa65f08b3eb1b139c11280..889492a780fa0c0887960b55af5aefe768167827 100644
--- a/src/property.h
+++ b/src/property.h
@@ -88,8 +88,6 @@ class Descriptor final BASE_EMBEDDED {
friend class MapUpdater;
};
-std::ostream& operator<<(std::ostream& os, const Descriptor& d);
-
} // namespace internal
} // namespace v8
« no previous file with comments | « src/objects-printer.cc ('k') | src/property.cc » ('j') | src/property.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698