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

Unified Diff: src/property-details.h

Issue 1051393003: Removed src/{isolate,property-details,utils}-inl.h (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 8 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/preparse-data.h ('k') | src/property-details-inl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/property-details.h
diff --git a/src/property-details.h b/src/property-details.h
index e71419ac8c44a352ada1994964705c45979c423c..517e7a9641fb7615f59beb6242868a9df4aa38da 100644
--- a/src/property-details.h
+++ b/src/property-details.h
@@ -95,8 +95,6 @@ class Representation {
static Representation FromKind(Kind kind) { return Representation(kind); }
- static Representation FromType(Type* type);
-
bool Equals(const Representation& other) const {
return kind_ == other.kind_;
}
« no previous file with comments | « src/preparse-data.h ('k') | src/property-details-inl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698