Index: src/code-stubs.h |
diff --git a/src/code-stubs.h b/src/code-stubs.h |
index e9378de5bb8988f095f005f5691d1164a2f897ca..6663b250654d7a46b7c52759fe1f78b7b490f725 100644 |
--- a/src/code-stubs.h |
+++ b/src/code-stubs.h |
@@ -990,6 +990,7 @@ class StoreFieldStub : public HandlerStub { |
FieldIndex index() const { return index_; } |
Representation representation() { return representation_; } |
+ static void InstallDescriptors(Isolate* isolate); |
protected: |
explicit StoreFieldStub(Isolate* isolate); |