Index: src/code-stubs.cc |
diff --git a/src/code-stubs.cc b/src/code-stubs.cc |
index 0d6b822ca76e771b01155f2d228798464579905d..4e5efcd8e02bd115a9c303cba78619d552a07198 100644 |
--- a/src/code-stubs.cc |
+++ b/src/code-stubs.cc |
@@ -601,9 +601,7 @@ void LoadDictionaryElementStub::InitializeDescriptor( |
void KeyedLoadGenericStub::InitializeDescriptor( |
CodeStubDescriptor* descriptor) { |
descriptor->Initialize( |
- Runtime::FunctionForId(is_strong(language_mode()) |
- ? Runtime::kKeyedGetPropertyStrong |
- : Runtime::kKeyedGetProperty)->entry); |
+ Runtime::FunctionForId(Runtime::kKeyedGetProperty)->entry); |
} |