Revision: 10850 Author: [email protected] Date: Tue Feb 28 01:38:16 2012 Log: Fix presubmit errors in previous revision.
[email protected] Review URL: https://chromiumcodereview.appspot.com/9495003 http://code.google.com/p/v8/source/detail?r=10850 Modified: /branches/bleeding_edge/src/hydrogen.h /branches/bleeding_edge/src/ia32/lithium-ia32.h ======================================= --- /branches/bleeding_edge/src/hydrogen.h Tue Feb 28 01:05:55 2012 +++ /branches/bleeding_edge/src/hydrogen.h Tue Feb 28 01:38:16 2012 @@ -669,7 +669,6 @@ class FunctionState { public: - FunctionState(HGraphBuilder* owner, CompilationInfo* info, TypeFeedbackOracle* oracle, ======================================= --- /branches/bleeding_edge/src/ia32/lithium-ia32.h Tue Feb 28 01:05:55 2012 +++ /branches/bleeding_edge/src/ia32/lithium-ia32.h Tue Feb 28 01:38:16 2012 @@ -1998,7 +1998,7 @@ class LAllocateObject: public LTemplateInstruction<1, 1, 0> { public: - LAllocateObject(LOperand* context) { + explicit LAllocateObject(LOperand* context) { inputs_[0] = context; } -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
