Revision: 6164
Author: [email protected]
Date: Tue Jan 4 06:35:34 2011
Log: Fix presumbit error
[email protected]
Review URL: http://codereview.chromium.org/6046012
http://code.google.com/p/v8/source/detail?r=6164
Modified:
/branches/bleeding_edge/src/arm/lithium-arm.h
=======================================
--- /branches/bleeding_edge/src/arm/lithium-arm.h Tue Jan 4 06:35:01 2011
+++ /branches/bleeding_edge/src/arm/lithium-arm.h Tue Jan 4 06:35:34 2011
@@ -1253,7 +1253,8 @@
class LLoadFunctionPrototype: public LUnaryOperation {
public:
- LLoadFunctionPrototype(LOperand* function) : LUnaryOperation(function) {
}
+ explicit LLoadFunctionPrototype(LOperand* function)
+ : LUnaryOperation(function) { }
DECLARE_CONCRETE_INSTRUCTION(LoadFunctionPrototype, "load-function-prototype")
DECLARE_HYDROGEN_ACCESSOR(LoadFunctionPrototype)
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev