Revision: 6820
Author: [email protected]
Date: Wed Feb 16 05:52:46 2011
Log: Fix presubmit problem.
Review URL: http://codereview.chromium.org/6526048
http://code.google.com/p/v8/source/detail?r=6820
Modified:
/branches/bleeding_edge/src/hydrogen.cc
=======================================
--- /branches/bleeding_edge/src/hydrogen.cc Wed Feb 16 05:31:12 2011
+++ /branches/bleeding_edge/src/hydrogen.cc Wed Feb 16 05:52:46 2011
@@ -3763,10 +3763,11 @@
}
-HInstruction* HGraphBuilder::BuildStoreKeyedPixelArrayElement(HValue*
object,
- HValue* key,
- HValue* val,
- Expression*
expr) {
+HInstruction* HGraphBuilder::BuildStoreKeyedPixelArrayElement(
+ HValue* object,
+ HValue* key,
+ HValue* val,
+ XExpression* expr) {
ASSERT(expr->IsMonomorphic());
AddInstruction(new HCheckNonSmi(object));
Handle<Map> map = expr->GetMonomorphicReceiverType();
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev