Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(420)

Unified Diff: src/liveedit.h

Issue 1172683003: Use the LookupIterator for SetElement and friends (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebase Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/json-parser.h ('k') | src/liveedit.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/liveedit.h
diff --git a/src/liveedit.h b/src/liveedit.h
index 65fe1a61c7ee7cd552dc6da3d9aeb7a953febfd6..495fcce64dea22f00bc68acf0cfff563e9c5a385 100644
--- a/src/liveedit.h
+++ b/src/liveedit.h
@@ -249,7 +249,7 @@ class JSArrayBasedStruct {
protected:
void SetField(int field_position, Handle<Object> value) {
- JSObject::SetElement(array_, field_position, value, NONE, SLOPPY).Assert();
+ JSObject::SetElement(array_, field_position, value, SLOPPY).Assert();
}
void SetSmiValueField(int field_position, int value) {
« no previous file with comments | « src/json-parser.h ('k') | src/liveedit.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698