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

Unified Diff: src/objects.h

Issue 6536: Rolled back hash calculation during flattening (Closed)
Patch Set: Created 12 years, 2 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/heap.cc ('k') | src/objects.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/objects.h
diff --git a/src/objects.h b/src/objects.h
index b1aa550079eb353a4a4646e55b043fe886a63f4b..d21ad65d7588f75e9426d02c78c122131a650a93 100644
--- a/src/objects.h
+++ b/src/objects.h
@@ -3077,8 +3077,7 @@ class String: public HeapObject {
String* sink,
int from,
int to,
- int sink_offset,
- StringHasher* hasher);
+ int sink_offset);
protected:
class ReadBlockBuffer {
« no previous file with comments | « src/heap.cc ('k') | src/objects.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698