Revision: 23656
Author: [email protected]
Date: Wed Sep 3 13:23:07 2014 UTC
Log: Remove incorrect FINAL attribute from MajorKey declarations.
[email protected]
Review URL: https://codereview.chromium.org/535113003
https://code.google.com/p/v8/source/detail?r=23656
Modified:
/branches/bleeding_edge/src/code-stubs.h
=======================================
--- /branches/bleeding_edge/src/code-stubs.h Wed Sep 3 13:14:55 2014 UTC
+++ /branches/bleeding_edge/src/code-stubs.h Wed Sep 3 13:23:07 2014 UTC
@@ -837,7 +837,7 @@
void GenerateMiss(MacroAssembler* masm, IC::UtilityId id);
private:
- virtual inline Major MajorKey() const FINAL OVERRIDE;
+ virtual inline Major MajorKey() const OVERRIDE;
virtual void PrintState(OStream& os) const OVERRIDE; // NOLINT
@@ -1158,7 +1158,7 @@
static const int kRight = 1;
private:
- virtual inline Major MajorKey() const FINAL OVERRIDE;
+ virtual inline Major MajorKey() const OVERRIDE;
static void GenerateAheadOfTime(Isolate* isolate,
const BinaryOpIC::State& state);
@@ -1906,7 +1906,7 @@
return static_cast<ExtraICState>(minor_key_);
}
- virtual inline Major MajorKey() const FINAL OVERRIDE;
+ virtual inline Major MajorKey() const OVERRIDE;
private:
LoadIC::State state() const {
@@ -1962,7 +1962,7 @@
}
private:
- virtual inline Major MajorKey() const FINAL OVERRIDE;
+ virtual inline Major MajorKey() const OVERRIDE;
LoadIC::State state() const { return LoadIC::State(GetExtraICState()); }
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.