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

Unified Diff: src/top.cc

Issue 7830: Fix style issues. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
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/objects-debug.cc ('k') | test/cctest/test-api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/top.cc
===================================================================
--- src/top.cc (revision 542)
+++ src/top.cc (working copy)
@@ -464,7 +464,7 @@
}
-enum MayAccessDecision{
+enum MayAccessDecision {
YES, NO, UNKNOWN
};
@@ -481,7 +481,7 @@
// Get the global context of current top context.
// avoid using Top::global_context() because it uses Handle.
Context* global_context = Top::context()->global()->global_context();
- if (receiver_context == global_context) return YES;
+ if (receiver_context == global_context) return YES;
if (Context::cast(receiver_context)->security_token() ==
global_context->security_token())
« no previous file with comments | « src/objects-debug.cc ('k') | test/cctest/test-api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698