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

Unified Diff: src/compiler/source-position.h

Issue 526223002: Use Chrome compatible naming for compiler specifics. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: mips Created 6 years, 4 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/compiler/simplified-operator-reducer.h ('k') | src/compiler/x64/instruction-selector-x64.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/source-position.h
diff --git a/src/compiler/source-position.h b/src/compiler/source-position.h
index b81582fd99edfbd1ee47fa9c1058cdeb74fa83ac..778f067161a895b526d75c24f9b0f943050e459c 100644
--- a/src/compiler/source-position.h
+++ b/src/compiler/source-position.h
@@ -14,7 +14,7 @@ namespace compiler {
// Encapsulates encoding and decoding of sources positions from which Nodes
// originated.
-class SourcePosition V8_FINAL {
+class SourcePosition FINAL {
public:
explicit SourcePosition(int raw = kUnknownPosition) : raw_(raw) {}
@@ -43,7 +43,7 @@ inline bool operator!=(const SourcePosition& lhs, const SourcePosition& rhs) {
}
-class SourcePositionTable V8_FINAL {
+class SourcePositionTable FINAL {
public:
class Scope {
public:
« no previous file with comments | « src/compiler/simplified-operator-reducer.h ('k') | src/compiler/x64/instruction-selector-x64.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698