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

Unified Diff: src/interface.h

Issue 669733007: Fix incorrect private access (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 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 | « no previous file | src/interface.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/interface.h
diff --git a/src/interface.h b/src/interface.h
index ae549634c55a020fd6c4bd65cabe6bdb9ebe8007..19f89ce9a75827bda74c109c80fe51958eca33ed 100644
--- a/src/interface.h
+++ b/src/interface.h
@@ -172,8 +172,7 @@ class Interface : public ZoneObject {
// ---------------------------------------------------------------------------
// Implementation.
private:
- struct ValueCreate;
- struct ConstCreate;
+ struct Cache;
enum Flags { // All flags are monotonic
NONE = 0,
« no previous file with comments | « no previous file | src/interface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698