| Index: third_party/WebKit/Source/core/html/HTMLObjectElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLObjectElement.cpp b/third_party/WebKit/Source/core/html/HTMLObjectElement.cpp
|
| index 5e10a70ab82868902fdd8c7611c748fcec096bc0..abd237c1423dd5be9bbb61c4b8347fce2935ab85 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLObjectElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLObjectElement.cpp
|
| @@ -465,4 +465,6 @@ bool HTMLObjectElement::willUseFallbackContentAtLayout() const {
|
| return !hasValidClassId() && hasFallbackContent();
|
| }
|
|
|
| +void HTMLObjectElement::associateWith(HTMLFormElement*){};
|
| +
|
| } // namespace blink
|
|
|