Index: public/web/WebLocalFrame.h |
diff --git a/public/web/WebLocalFrame.h b/public/web/WebLocalFrame.h |
index 71dc1ac0c511274f32c42ddcc130164ec3297b2f..66c74e3813285b715b545b73994d6f8ed3dda11a 100644 |
--- a/public/web/WebLocalFrame.h |
+++ b/public/web/WebLocalFrame.h |
@@ -44,6 +44,7 @@ public: |
virtual void initializeToReplaceRemoteFrame(WebRemoteFrame*) = 0; |
virtual void setAutofillClient(WebAutofillClient*) = 0; |
+ virtual WebAutofillClient* autofillClient() = 0; |
// Navigation Ping -------------------------------------------------------- |