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

Unified Diff: src/code-stubs.h

Issue 91803003: Move responsibility for definition of ExtraICState bits into the ICs. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Comment response Created 7 years, 1 month 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/builtins.cc ('k') | src/ia32/ic-ia32.cc » ('j') | src/ic.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/code-stubs.h
diff --git a/src/code-stubs.h b/src/code-stubs.h
index 52b594285359fb3a452f1ca18d9124e83e3fc17b..2d171a551ef29f36eed709c6de9f6bd0fc845bda 100644
--- a/src/code-stubs.h
+++ b/src/code-stubs.h
@@ -847,7 +847,7 @@ class StoreICStub: public ICStub {
protected:
virtual Code::ExtraICState GetExtraICState() {
- return strict_mode_;
+ return StoreIC::ComputeExtraICState(strict_mode_);
}
private:
« no previous file with comments | « src/builtins.cc ('k') | src/ia32/ic-ia32.cc » ('j') | src/ic.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698