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

Unified Diff: src/transitions.h

Issue 10908237: Moving the WhitenessWitness back to DescriptorArray. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 3 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-inl.h ('k') | src/transitions.cc » ('j') | src/transitions-inl.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/transitions.h
diff --git a/src/transitions.h b/src/transitions.h
index e79d6cae54f7d74c51c5380286b974f904ab1fa1..f937e847da91a8d06da02126fe78635bbcd6b460 100644
--- a/src/transitions.h
+++ b/src/transitions.h
@@ -113,8 +113,7 @@ class TransitionArray: public FixedArray {
// Copy a single transition from the origin array.
inline void CopyFrom(TransitionArray* origin,
int origin_transition,
- int target_transition,
- const WhitenessWitness& witness);
+ int target_transition);
// Search a transition for a given property name.
inline int Search(String* name);
@@ -184,8 +183,7 @@ class TransitionArray: public FixedArray {
inline void Set(int transition_number,
String* key,
- Map* target,
- const WhitenessWitness&);
+ Map* target);
DISALLOW_IMPLICIT_CONSTRUCTORS(TransitionArray);
};
« no previous file with comments | « src/objects-inl.h ('k') | src/transitions.cc » ('j') | src/transitions-inl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698