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

Unified Diff: src/objects.h

Issue 1221363002: Wrap elements.cc in an anonymous namespace (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 5 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/elements.cc ('k') | no next file » | 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 95b8517ca5033ccfa4d1003e1efc81ddc3df64c0..c52ccc9ed04494d8e9a10dd753c74a3cda3326ce 100644
--- a/src/objects.h
+++ b/src/objects.h
@@ -877,7 +877,6 @@ class AllocationSiteCreationContext;
class AllocationSiteUsageContext;
class Cell;
class ConsString;
-class DictionaryElementsAccessor;
class ElementsAccessor;
class FixedArrayBase;
class FunctionLiteral;
@@ -2297,7 +2296,6 @@ class JSObject: public JSReceiver {
Handle<Name> name, int entry);
private:
- friend class DictionaryElementsAccessor;
friend class JSReceiver;
friend class Object;
« no previous file with comments | « src/elements.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698