Index: src/stub-cache.h |
diff --git a/src/stub-cache.h b/src/stub-cache.h |
index 2418c1f7662d9b3a0fa8bcebbfa9562a62ed6634..d97fe7732c941438dc6cd7c0ce21fd57a40ce32e 100644 |
--- a/src/stub-cache.h |
+++ b/src/stub-cache.h |
@@ -435,6 +435,10 @@ class StubCompiler BASE_EMBEDDED { |
String* name, |
Label* miss); |
+ static void LookupPostInterceptor(JSObject* holder, |
+ String* name, |
+ LookupResult* lookup); |
+ |
private: |
HandleScope scope_; |
MacroAssembler masm_; |