| Index: third_party/WebKit/Source/core/html/HTMLLabelElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLLabelElement.h b/third_party/WebKit/Source/core/html/HTMLLabelElement.h
|
| index fcdf95898631f5c57c195e561f6a048c430cfb1e..f01fbb3b3bc46cfbba1e5f9a0f68583db99a2380 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLLabelElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLLabelElement.h
|
| @@ -43,6 +43,7 @@ public:
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| HTMLFormElement* formOwner() const override;
|
| + HTMLFormElement* formForBinding() const;
|
|
|
|
|
| #if !ENABLE(OILPAN)
|
|
|