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

Unified Diff: src/objects.h

Issue 10447033: Revert r11665, r11666 and r11667 due to slowness. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 7 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 | « no previous file | 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 b6462dd78770e318d70c97187ea0ce97a914961d..e9dfe6ca55b94b8a923137b3cdfbcd47355ae79e 100644
--- a/src/objects.h
+++ b/src/objects.h
@@ -2588,8 +2588,6 @@ class DescriptorArray: public FixedArray {
static const int kMaxNumberOfDescriptors = 1024 + 512;
private:
- friend class IntrusiveMapTransitionIterator;
-
// An entry in a DescriptorArray, represented as an (array, index) pair.
class Entry {
public:
@@ -2628,7 +2626,6 @@ class DescriptorArray: public FixedArray {
FixedArray* GetContentArray() {
return FixedArray::cast(get(kContentArrayIndex));
}
-
DISALLOW_IMPLICIT_CONSTRUCTORS(DescriptorArray);
};
« no previous file with comments | « no previous file | src/objects.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698