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

Unified Diff: src/cpu-profiler.h

Issue 419643012: Fixed typo. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/cpu-profiler.h
diff --git a/src/cpu-profiler.h b/src/cpu-profiler.h
index d666255b0af56539daa4e3c374cd255308a4ebe4..2299ab0a5ce4c102fc3574327f9047a3b9ebe4a4 100644
--- a/src/cpu-profiler.h
+++ b/src/cpu-profiler.h
@@ -113,8 +113,8 @@ class CodeEventsContainer {
}
union {
CodeEventRecord generic;
-#define DECLARE_CLASS(ignore, type) type type##_;
- CODE_EVENTS_TYPE_LIST(DECLARE_CLASS)
+#define DECLARE_TYPE(ignore, type) type type##_;
+ CODE_EVENTS_TYPE_LIST(DECLARE_TYPE)
#undef DECLARE_TYPE
};
};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698