Revision: 20453
Author: [email protected]
Date: Wed Apr 2 22:39:52 2014 UTC
Log: Fix build on 3.24 branch
[email protected]
Review URL: https://codereview.chromium.org/223043002
http://code.google.com/p/v8/source/detail?r=20453
Modified:
/branches/3.24/src/objects.cc
/branches/3.24/src/version.cc
=======================================
--- /branches/3.24/src/objects.cc Wed Apr 2 17:42:58 2014 UTC
+++ /branches/3.24/src/objects.cc Wed Apr 2 22:39:52 2014 UTC
@@ -14456,7 +14456,7 @@
Handle<Object> JSObject::PrepareElementsForSort(Handle<JSObject> object,
uint32_t limit) {
Isolate* isolate = object->GetIsolate();
- if (object->HasSloppyArgumentsElements() ||
+ if (object->HasNonStrictArgumentsElements() ||
object->map()->is_observed()) {
return handle(Smi::FromInt(-1), isolate);
}
=======================================
--- /branches/3.24/src/version.cc Wed Apr 2 17:42:58 2014 UTC
+++ /branches/3.24/src/version.cc Wed Apr 2 22:39:52 2014 UTC
@@ -35,7 +35,7 @@
#define MAJOR_VERSION 3
#define MINOR_VERSION 24
#define BUILD_NUMBER 35
-#define PATCH_LEVEL 25
+#define PATCH_LEVEL 26
// Use 1 for candidates and 0 otherwise.
// (Boolean macro values are not supported by all preprocessors.)
#define IS_CANDIDATE_VERSION 0
--
--
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.